From 72a7ed759a737b5e182bfb2f1dfedf14c5399a17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 02:25:53 +0000 Subject: [PATCH] build(deps-dev): bump poetry from 2.0.0 to 2.1.3 Bumps [poetry](https://github.com/python-poetry/poetry) from 2.0.0 to 2.1.3. - [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.3) --- updated-dependencies: - dependency-name: poetry dependency-version: 2.1.3 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..ab0819861 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.3 poetry-plugin-export==1.9.0