Skip to content

Commit

Permalink
Update virtualenv requirement from ==20.23.* to ==20.24.* (#174)
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@20.23.0...20.24.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 15, 2023
1 parent 23b619a commit 146f487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ requests-cache==1.1.*
six==1.16.*
tqdm==4.65.*
urllib3==2.0.*
virtualenv==20.23.*
virtualenv==20.24.*
wrapt==1.15.*

0 comments on commit 146f487

Please sign in to comment.