Skip to content

Commit

Permalink
Update virtualenv requirement in the all-dependencies group
Browse files Browse the repository at this point in the history
Updates the requirements on [virtualenv](https://github.com/pypa/virtualenv) to permit the latest version.

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

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-type: direct:production
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 4f99f55 commit 8ccbc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is used for running tox, flake8 and building the wheel
pip~=24.3
virtualenv~=20.27
virtualenv~=20.28
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
logilab-common~=2.0
m2r~=0.3
Expand Down

0 comments on commit 8ccbc89

Please sign in to comment.