Skip to content

Commit

Permalink
Bump virtualenv from 20.17.1 to 20.18.0
Browse files Browse the repository at this point in the history
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.17.1 to 20.18.0.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.17.1...20.18.0)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2023
1 parent ea255ba commit d2644c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ requests==2.28.1; python_version >= "3.7" and python_version < "4" and (python_v
tomli==2.0.1; python_version < "3.11" and python_version >= "3.7" and python_full_version <= "3.11.0a6" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7")
typing-extensions==4.4.0; python_version >= "3.7"
urllib3==1.26.13; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0") or python_version >= "3.7" and python_version < "4" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0") and python_full_version >= "3.6.0"
virtualenv==20.17.1; python_version >= "3.7"
virtualenv==20.18.0; python_version >= "3.7"
yarl==1.8.2; python_version >= "3.7"

0 comments on commit d2644c3

Please sign in to comment.