summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-12 20:05:46 +0000
committerGitHub <noreply@github.com>2023-03-12 20:05:46 +0000
commit1fe4fd1ed23849bf5b0987cd5f14873a7b88ba7a (patch)
tree819d79764a70f0a5846c63d0a6432cf0fdddf251
parentfc9fad5e5ccd115e49fe862125352803dd09ca1c (diff)
downloadcryptography-1fe4fd1ed23849bf5b0987cd5f14873a7b88ba7a.tar.gz
Bump virtualenv from 20.20.0 to 20.21.0 (#8504)
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.20.0 to 20.21.0. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/20.21.0/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.20.0...20.21.0) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--ci-constraints-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-constraints-requirements.txt b/ci-constraints-requirements.txt
index 9599ddd62..5cc99d236 100644
--- a/ci-constraints-requirements.txt
+++ b/ci-constraints-requirements.txt
@@ -217,7 +217,7 @@ urllib3==1.26.15
# via
# requests
# twine
-virtualenv==20.20.0; python_version >= "3.7"
+virtualenv==20.21.0; python_version >= "3.7"
# via tox
webencodings==0.5.1
# via bleach