From 6609a9a3cb75cb7b6a632431fc093e47074e8f1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 08:54:50 +0000 Subject: [PATCH] Bump the github-actions-dependencies group Bumps the github-actions-dependencies group in /.github/workflows with 4 updates: [pip](https://github.com/pypa/pip), [nox-poetry](https://github.com/cjolowicz/nox-poetry), [poetry](https://github.com/python-poetry/poetry) and [virtualenv](https://github.com/pypa/virtualenv). Updates `pip` from 23.1.2 to 23.2.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.1.2...23.2.1) Updates `nox-poetry` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/cjolowicz/nox-poetry/releases) - [Commits](https://github.com/cjolowicz/nox-poetry/compare/v1.0.2...v1.0.3) Updates `poetry` from 1.4.2 to 1.6.1 - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-poetry/poetry/compare/1.4.2...1.6.1) Updates `virtualenv` from 20.21.1 to 20.24.4 - [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.21.1...20.24.4) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: nox-poetry dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: poetry dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-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 2abb187..e1bcf4a 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,5 +1,5 @@ -pip==23.1.2 +pip==23.2.1 nox==2023.4.22 -nox-poetry==1.0.2 -poetry==1.4.2 -virtualenv==20.21.1 +nox-poetry==1.0.3 +poetry==1.6.1 +virtualenv==20.24.4