From d85fb8501fe3a89e45117acd4f2365d6c535d984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 13:23:27 +0000 Subject: [PATCH] build(deps-dev): bump poetry from 1.8.4 to 2.0.1 in /packages Bumps [poetry](https://github.com/python-poetry/poetry) from 1.8.4 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/1.8.4...2.0.1) --- updated-dependencies: - dependency-name: poetry dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/requirements-dev.txt b/packages/requirements-dev.txt index 26117b4..035e1f3 100644 --- a/packages/requirements-dev.txt +++ b/packages/requirements-dev.txt @@ -70,7 +70,7 @@ platformdirs==4.3.6 ; python_version >= "3.9" and python_version < "4.0" pluggy==1.5.0 ; python_version >= "3.9" and python_version < "4.0" poetry-core==1.9.1 ; python_version >= "3.9" and python_version < "4.0" poetry-plugin-export==1.8.0 ; python_version >= "3.9" and python_version < "4.0" -poetry==1.8.4 ; python_version >= "3.9" and python_version < "4.0" +poetry==2.0.1 ; python_version >= "3.9" and python_version < "4.0" pre-commit==3.8.0 ; python_version >= "3.9" and python_version < "4.0" prompt-toolkit==3.0.36 ; python_version >= "3.9" and python_version < "4.0" ptyprocess==0.7.0 ; python_version >= "3.9" and python_version < "4.0"