diff --git a/poetry.lock b/poetry.lock index 902953c..75adbce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -916,14 +916,14 @@ type = ["mypy (>=1.11.2)"] [[package]] name = "poetry" -version = "2.1.2" +version = "2.1.3" description = "Python dependency management and packaging made easy." optional = false python-versions = "<4.0,>=3.9" groups = ["pipx"] files = [ - {file = "poetry-2.1.2-py3-none-any.whl", hash = "sha256:df7dfe7e5f9cd50ed3b8d1a013afcc379645f66d7e9aa43728689e34fb016216"}, - {file = "poetry-2.1.2.tar.gz", hash = "sha256:6a0694645ee24ba93cb94254db66e47971344562ddd5578e82bf35e572bc546d"}, + {file = "poetry-2.1.3-py3-none-any.whl", hash = "sha256:7054d3f97ccce7f31961ead16250407c4577bfe57e2037a190ae2913fc40a20c"}, + {file = "poetry-2.1.3.tar.gz", hash = "sha256:f2c9bd6790b19475976d88ea4553bcc3533c0dc73f740edc4fffe9e2add50594"}, ] [package.dependencies] @@ -933,14 +933,14 @@ cleo = ">=2.1.0,<3.0.0" dulwich = ">=0.22.6,<0.23.0" fastjsonschema = ">=2.18.0,<3.0.0" findpython = ">=0.6.2,<0.7.0" -importlib-metadata = {version = ">=4.4", markers = "python_version < \"3.10\""} +importlib-metadata = {version = ">=4.4,<8.7", markers = "python_version < \"3.10\""} installer = ">=0.7.0,<0.8.0" keyring = ">=25.1.0,<26.0.0" packaging = ">=24.0" pbs-installer = {version = ">=2025.1.6,<2026.0.0", extras = ["download", "install"]} pkginfo = ">=1.12,<2.0" platformdirs = ">=3.0.0,<5" -poetry-core = "2.1.2" +poetry-core = "2.1.3" pyproject-hooks = ">=1.0.0,<2.0.0" requests = ">=2.26,<3.0" requests-toolbelt = ">=1.0.0,<2.0.0" @@ -953,14 +953,14 @@ xattr = {version = ">=1.0.0,<2.0.0", markers = "sys_platform == \"darwin\""} [[package]] name = "poetry-core" -version = "2.1.2" +version = "2.1.3" description = "Poetry PEP 517 Build Backend" optional = false python-versions = "<4.0,>=3.9" groups = ["pipx"] files = [ - {file = "poetry_core-2.1.2-py3-none-any.whl", hash = "sha256:ecb1e8f7d4f071a21cd0feb8c19bd1aec80de6fb0e82aa9d809a591e544431b4"}, - {file = "poetry_core-2.1.2.tar.gz", hash = "sha256:f9dbbbd0ebf9755476a1d57f04b30e9aecf71ca9dc2fcd4b17aba92c0002aa04"}, + {file = "poetry_core-2.1.3-py3-none-any.whl", hash = "sha256:2c704f05016698a54ca1d327f46ce2426d72eaca6ff614132c8477c292266771"}, + {file = "poetry_core-2.1.3.tar.gz", hash = "sha256:0522a015477ed622c89aad56a477a57813cace0c8e7ff2a2906b7ef4a2e296a4"}, ] [[package]] @@ -1584,4 +1584,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "~3.9" -content-hash = "67b8af45e7b535885b2921d9ad0c7604a26f0c9ed5762c2c9a5ae419c14b6415" +content-hash = "77c69f649cc5c3133f0e814e9c5e6a97172d95ffde634d0a50ca283dc4394168" diff --git a/pyproject.toml b/pyproject.toml index 7361ede..b4f9ae3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ codespell = "^2.4.1" optional = true [tool.poetry.group.pipx.dependencies] -poetry = "2.1.2" +poetry = "2.1.3" [build-system] requires = ["poetry-core>=1.0.0"]