From 996f7ba3d4f807469decb170b4115ef72210cbaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:34:37 +0000 Subject: [PATCH] :arrow_up: Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [poetry](https://github.com/python-poetry/poetry) and [poetry-core](https://github.com/python-poetry/poetry-core). Updates `poetry` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-poetry/poetry/compare/2.0.0...2.0.1) Updates `poetry-core` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/python-poetry/poetry-core/releases) - [Changelog](https://github.com/python-poetry/poetry-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-poetry/poetry-core/compare/2.0.0...2.0.1) --- updated-dependencies: - dependency-name: poetry dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: poetry-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- requirements-dev.txt | 2 +- requirements.txt | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/poetry.lock b/poetry.lock index b54e3e7..7b36142 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.0 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" @@ -1052,13 +1052,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poetry" -version = "2.0.0" +version = "2.0.1" description = "Python dependency management and packaging made easy." optional = 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"}, + {file = "poetry-2.0.1-py3-none-any.whl", hash = "sha256:eb780a8acbd6eec4bc95e8ba104058c5129ea5a44115fc9b1fc0a2235412734d"}, + {file = "poetry-2.0.1.tar.gz", hash = "sha256:a2987c3162f6ded6db890701a6fc657d2cfcc702e9421ef4c345211c8bffc5d5"}, ] [package.dependencies] @@ -1072,7 +1072,7 @@ keyring = ">=25.1.0,<26.0.0" packaging = ">=24.0" pkginfo = ">=1.12,<2.0" platformdirs = ">=3.0.0,<5" -poetry-core = "2.0.0" +poetry-core = "2.0.1" pyproject-hooks = ">=1.0.0,<2.0.0" requests = ">=2.26,<3.0" requests-toolbelt = ">=1.0.0,<2.0.0" @@ -1085,13 +1085,13 @@ xattr = {version = ">=1.0.0,<2.0.0", markers = "sys_platform == \"darwin\""} [[package]] name = "poetry-core" -version = "2.0.0" +version = "2.0.1" description = "Poetry PEP 517 Build Backend" optional = false 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"}, + {file = "poetry_core-2.0.1-py3-none-any.whl", hash = "sha256:a3c7009536522cda4eb0fb3805c9dc935b5537f8727dd01efb9c15e51a17552b"}, + {file = "poetry_core-2.0.1.tar.gz", hash = "sha256:10177c2772469d9032a49f0d8707af761b1c597cea3b4fb31546e5cd436eb157"}, ] [[package]] @@ -1789,4 +1789,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "0dda157ed0168faee6eb8b31cb82cc90c2340f4ca1226b04da5b0b8722435276" +content-hash = "32b6db853776c9497322b1a9ee5078bec5964541748a2c3d60e9a29dc23b4324" diff --git a/pyproject.toml b/pyproject.toml index 49250e6..54a5a2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -poetry = "^2.0.0" +poetry = "^2.0.1" [tool.poetry.group.dev.dependencies] diff --git a/requirements-dev.txt b/requirements-dev.txt index d078df0..cf8c30f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -39,7 +39,7 @@ packaging==24.2 ; python_version >= "3.10" and python_version < "4.0" pkginfo==1.12.0 ; python_version >= "3.10" and python_version < "4.0" platformdirs==4.3.6 ; python_version >= "3.10" and python_version < "4.0" pluggy==1.5.0 ; python_version >= "3.10" and python_version < "4.0" -poetry-core==2.0.0 ; python_version >= "3.10" and python_version < "4.0" +poetry-core==2.0.1 ; python_version >= "3.10" and python_version < "4.0" poetry==2.0.0 ; python_version >= "3.10" and python_version < "4.0" pre-commit==4.0.1 ; python_version >= "3.10" and python_version < "4.0" psutil==6.1.1 ; python_version >= "3.10" and python_version < "4.0" diff --git a/requirements.txt b/requirements.txt index 2a39c4c..0ae92a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ msgpack==1.1.0 ; python_version >= "3.10" and python_version < "4.0" packaging==24.2 ; python_version >= "3.10" and python_version < "4.0" pkginfo==1.12.0 ; python_version >= "3.10" and python_version < "4.0" platformdirs==4.3.6 ; python_version >= "3.10" and python_version < "4.0" -poetry-core==2.0.0 ; python_version >= "3.10" and python_version < "4.0" +poetry-core==2.0.1 ; python_version >= "3.10" and python_version < "4.0" poetry==2.0.0 ; python_version >= "3.10" and python_version < "4.0" pycparser==2.22 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "darwin" or sys_platform == "linux") and (sys_platform == "darwin" or platform_python_implementation != "PyPy") pyproject-hooks==1.2.0 ; python_version >= "3.10" and python_version < "4.0"