From 579d5dbec19c9d7f291fa485ebfa37ef4ddf566b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 23:40:27 +0000 Subject: [PATCH] Bump poetry from 2.0.1 to 2.3.3 in /tools Bumps [poetry](https://github.com/python-poetry/poetry) from 2.0.1 to 2.3.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.1...2.3.3) --- updated-dependencies: - dependency-name: poetry dependency-version: 2.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index d9323ab18a5..31a599e9479 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -101,7 +101,7 @@ pluggy==1.5.0 ; python_version >= "3.9" and python_version < "4.0" ply==3.11 ; python_version >= "3.9" and python_version < "4.0" poetry-core==2.0.1 ; python_version >= "3.9" and python_version < "4.0" poetry-plugin-export==1.9.0 ; python_version >= "3.9" and python_version < "4.0" -poetry==2.0.1 ; python_version >= "3.9" and python_version < "4.0" +poetry==2.3.3 ; python_version >= "3.9" and python_version < "4.0" prompt-toolkit==3.0.50 ; python_version >= "3.9" and python_version < "4.0" proto-plus==1.26.0 ; python_version >= "3.9" and python_version < "4.0" protobuf==5.29.3 ; python_version >= "3.9" and python_version < "4.0"