From 7c68cb5572ff7070acd33b8f43a7e749e321f90b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 04:54:08 +0000 Subject: [PATCH] Bump poetry from 2.4.0 to 2.4.1 in /.github/workflows Bumps [poetry](https://github.com/python-poetry/poetry) from 2.4.0 to 2.4.1. - [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.4.0...2.4.1) --- updated-dependencies: - dependency-name: poetry dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index fc72402..e105acd 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,5 +1,5 @@ pip==26.1.1 nox==2026.4.10 nox-poetry==1.2.0 -poetry==2.4.0 +poetry==2.4.1 virtualenv==21.3.1