diff --git a/poetry.lock b/poetry.lock index c32b1ba..2b346c5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "backports-tarfile" @@ -964,56 +964,48 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poetry" -version = "2.0.0.dev0" +version = "2.0.0" description = "Python dependency management and packaging made easy." optional = false -python-versions = "^3.9" -files = [] -develop = false +python-versions = "<4.0,>=3.9" +files = [ + {file = "poetry-2.0.0-py3-none-any.whl", hash = "sha256:d099fe8b3ee4d21f32d55fe85194f004ea2492749e8fc071980f20a8c65c9416"}, + {file = "poetry-2.0.0.tar.gz", hash = "sha256:9416b1e3657ed02cda9599ae73b604bd68f187adaa2d8d1bcc804dacfa9bcd1f"}, +] [package.dependencies] -build = "^1.2.1" -cachecontrol = {version = "^0.14.0", extras = ["filecache"]} -cleo = "^2.1.0" -dulwich = "^0.22.6" -fastjsonschema = "^2.18.0" +build = ">=1.2.1,<2.0.0" +cachecontrol = {version = ">=0.14.0,<0.15.0", extras = ["filecache"]} +cleo = ">=2.1.0,<3.0.0" +dulwich = ">=0.22.6,<0.23.0" +fastjsonschema = ">=2.18.0,<3.0.0" importlib-metadata = {version = ">=4.4", markers = "python_version < \"3.10\""} -installer = "^0.7.0" -keyring = "^25.1.0" +installer = ">=0.7.0,<0.8.0" +keyring = ">=25.1.0,<26.0.0" packaging = ">=24.0" -pkginfo = "^1.12" +pkginfo = ">=1.12,<2.0" platformdirs = ">=3.0.0,<5" -poetry-core = {git = "https://github.com/python-poetry/poetry-core.git", branch = "main"} -pyproject-hooks = "^1.0.0" -requests = "^2.26" -requests-toolbelt = "^1.0.0" -shellingham = "^1.5" -tomli = {version = "^2.0.1", markers = "python_version < \"3.11\""} +poetry-core = "2.0.0" +pyproject-hooks = ">=1.0.0,<2.0.0" +requests = ">=2.26,<3.0" +requests-toolbelt = ">=1.0.0,<2.0.0" +shellingham = ">=1.5,<2.0" +tomli = {version = ">=2.0.1,<3.0.0", markers = "python_version < \"3.11\""} tomlkit = ">=0.11.4,<1.0.0" trove-classifiers = ">=2022.5.19" -virtualenv = "^20.26.6" -xattr = {version = "^1.0.0", markers = "sys_platform == \"darwin\""} - -[package.source] -type = "git" -url = "https://github.com/python-poetry/poetry.git" -reference = "main" -resolved_reference = "efed73666a4cab3fc78b7dc4374ad8b32a272f27" +virtualenv = ">=20.26.6,<21.0.0" +xattr = {version = ">=1.0.0,<2.0.0", markers = "sys_platform == \"darwin\""} [[package]] name = "poetry-core" -version = "2.0.0.dev0" +version = "2.0.0" description = "Poetry PEP 517 Build Backend" optional = false -python-versions = "^3.9" -files = [] -develop = false - -[package.source] -type = "git" -url = "https://github.com/python-poetry/poetry-core.git" -reference = "main" -resolved_reference = "ab1bdf32fbe283c3e03ea77cf55b008819b6549e" +python-versions = "<4.0,>=3.9" +files = [ + {file = "poetry_core-2.0.0-py3-none-any.whl", hash = "sha256:1da7dd9279c5af8ed63f05c87a743dcadbf048dfe78f21c436710829cfff95fe"}, + {file = "poetry_core-2.0.0.tar.gz", hash = "sha256:3317a3cc3932011a61114236b2d49883f4fb1403d2f5e97771ac0d077cfa396f"}, +] [[package]] name = "pre-commit" @@ -1632,4 +1624,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "d8cd294d0931ad684233c844f4cb5bc8d00f75907f13763ae3c9c9e9cb4ee4b4" +content-hash = "321e7f24788c23c6c5540485be02ca7001797f8b3a5e338f1bd986a507b9e235" diff --git a/pyproject.toml b/pyproject.toml index 6b1dc7e..6e5561b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ include = [ [tool.poetry.dependencies] python = "^3.9" -poetry = { git = "https://github.com/python-poetry/poetry.git", branch = "main" } +poetry = "^2.0" pexpect = "^4.7.0" shellingham = "^1.5"