Skip to content

Commit

Permalink
Bump the workflows-dependencies group
Browse files Browse the repository at this point in the history
Bumps the workflows-dependencies group in /.github/workflows with 3 updates: [pip](https://github.com/pypa/pip), [poetry](https://github.com/python-poetry/poetry) and [virtualenv](https://github.com/pypa/virtualenv).


Updates `pip` from 23.3.1 to 24.0
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@23.3.1...24.0)

Updates `poetry` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/python-poetry/poetry/releases)
- [Changelog](https://github.com/python-poetry/poetry/blob/master/CHANGELOG.md)
- [Commits](python-poetry/poetry@1.7.0...1.7.1)

Updates `virtualenv` from 20.24.6 to 20.25.0
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.24.6...20.25.0)

---
updated-dependencies:
- dependency-name: pip
  dependency-type: direct:production
  update-type: version-update:semver-major
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent e538d7e commit 8fcf244
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip==23.3.1
pip==24.0
nox==2023.4.22
nox-poetry==1.0.3
poetry==1.7.0
virtualenv==20.24.6
poetry==1.7.1
virtualenv==20.25.0

0 comments on commit 8fcf244

Please sign in to comment.