From 33f0f5db0650c2f023129a5c019f3bb911745808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 05:45:01 +0000 Subject: [PATCH] build(deps): bump poetry from 2.0.0 to 2.1.3 in /devtools 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: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..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