From a95f7d67fdd203452c61f68bcb6b98b6ce2fc0c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:23:53 +0000 Subject: [PATCH] Bump the workflows-dependencies group Bumps the workflows-dependencies group in /.github/workflows with 4 updates: [pip](https://github.com/pypa/pip), [nox](https://github.com/wntrblm/nox), [poetry](https://github.com/python-poetry/poetry) and [virtualenv](https://github.com/pypa/virtualenv). Updates `pip` from 24.2 to 24.3.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.2...24.3.1) Updates `nox` from 2024.4.15 to 2024.10.9 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](https://github.com/wntrblm/nox/compare/2024.04.15...2024.10.09) Updates `poetry` from 1.8.3 to 1.8.4 - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/1.8.4/CHANGELOG.md) - [Commits](https://github.com/python-poetry/poetry/compare/1.8.3...1.8.4) Updates `virtualenv` from 20.26.3 to 20.27.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.26.3...20.27.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workflows-dependencies - dependency-name: nox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workflows-dependencies - dependency-name: poetry dependency-type: direct:production update-type: version-update:semver-patch dependency-group: workflows-dependencies - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workflows-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 127ea4d..83b1a1d 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,5 +1,5 @@ -pip==24.2 -nox==2024.4.15 +pip==24.3.1 +nox==2024.10.9 nox-poetry==1.0.3 -poetry==1.8.3 -virtualenv==20.26.3 +poetry==1.8.4 +virtualenv==20.27.1