From 76c74d73ddb41a9eaa06dc0f73ba1acf0c6510c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 05:42:21 +0000 Subject: [PATCH] build(deps): bump poetry from 2.0.0 to 2.1.2 in /devtools Bumps [poetry](https://github.com/python-poetry/poetry) from 2.0.0 to 2.1.2. - [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.1.2) --- updated-dependencies: - dependency-name: poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- devtools/requirements-poetry.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/requirements-poetry.in b/devtools/requirements-poetry.in index e88caca3b..f1cd2304b 100644 --- a/devtools/requirements-poetry.in +++ b/devtools/requirements-poetry.in @@ -1,4 +1,4 @@ # Fixing this here as readthedocs can't use the compiled requirements-poetry.txt # due to conflicts. -poetry==2.0.0 +poetry==2.1.2 poetry-plugin-export==1.9.0