Skip to content

Commit

Permalink
Update virtualenv requirement from <20.16.3 to <20.25.2
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.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@1.2...20.25.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 1, 2024
1 parent 54c9030 commit 59c6474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ pytest-cov
Sphinx<4.4 # otherwise importlib-metadata dependency bites with flake8
tox
twine
virtualenv<20.16.3 # otherwise importlib-metadata dependency bites with flake8. this is a dependency of tox.
virtualenv<20.25.2 # otherwise importlib-metadata dependency bites with flake8. this is a dependency of tox.

0 comments on commit 59c6474

Please sign in to comment.