Skip to content

Commit 4060836

Browse files
chore: bump virtualenv from 21.6.1 to 21.7.0
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 21.6.1 to 21.7.0. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@21.6.1...21.7.0) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d718a8 commit 4060836

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements.dev.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
httpretty
88
pip-tools
99
pre-commit
10-
virtualenv<21.7
10+
virtualenv<21.8
1111
pytest
1212
pytest-cov
1313
pytest-env

requirements.dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,9 @@ typing-extensions==4.15.0 \
357357
# -c requirements.prod.txt
358358
# exceptiongroup
359359
# virtualenv
360-
virtualenv==21.6.1 \
361-
--hash=sha256:15f978b7cd329f24855ff4a0c4b4899cc7678589f49adbdcbbb4d3232e641128 \
362-
--hash=sha256:afe991df855715a2b2f60edfcc0107ef95a79fdfd8cb4cdaa71603d1c12e463b
360+
virtualenv==21.7.0 \
361+
--hash=sha256:7f9519b9432ff11b6e1a3e94061664efc2ff99ea21780e3cf4f6bd0a5da8b37c \
362+
--hash=sha256:a8370c1c5530fbabf955e40b8fbbc68a431648b10f9433faa587db30a06e51dd
363363
# via
364364
# -r requirements.dev.in
365365
# pre-commit

0 commit comments

Comments
 (0)