From 21ef0308f6c0b3c7eea96748af0d5725daa9fec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 12:42:58 +0000 Subject: [PATCH] chore(deps): Bump the all group in /.github/workflows with 3 updates Bumps the all group in /.github/workflows with 3 updates: [pip](https://github.com/pypa/pip), [poetry](https://github.com/python-poetry/poetry) and [tox](https://github.com/tox-dev/tox). Updates `pip` from 23.3.2 to 24.0 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.3.2...24.0) Updates `poetry` from 1.7.1 to 1.8.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/1.7.1...1.8.2) Updates `tox` from 4.12.1 to 4.14.2 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.12.1...4.14.2) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: poetry dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 7016653..e7a2935 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,3 +1,3 @@ -pip==23.3.2 -poetry==1.7.1 -tox==4.12.1 +pip==24.0 +poetry==1.8.2 +tox==4.14.2