From c57b1c0386d8e97b2217ecf9f9997dc684de7a2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 05:53:53 +0000 Subject: [PATCH] build(deps-dev): bump poetry from 2.0.0 to 2.1.2 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-version: 2.1.2 dependency-type: direct:development 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