build(deps): bump virtualenv from 20.33.1 to 20.34.0

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.33.1 to 20.34.0.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](https://github.com/pypa/virtualenv/compare/20.33.1...20.34.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-08-19 00:18:18 +00:00 committed by GitHub
parent 8b9b93787f
commit c12afd6198
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 4 deletions

View file

@ -7,7 +7,7 @@ whitenoise
asv
# NOTE: pin virtualenv to <20.31 until asv fixes integration
# See https://github.com/airspeed-velocity/asv/issues/1484
virtualenv==20.33.1
virtualenv==20.34.0
pytest-asyncio
pytest-django
typing-extensions>=4.12.2

View file

@ -100,11 +100,12 @@ typing-extensions==4.13.2
# -r requirements-ci.in
# pyee
# tox
# virtualenv
urllib3==2.2.3
# via
# requests
# types-requests
virtualenv==20.33.1
virtualenv==20.34.0
# via
# -r requirements-ci.in
# asv

View file

@ -21,6 +21,6 @@ pygments-djc
asv
# NOTE: pin virtualenv to <20.31 until asv fixes integration
# See https://github.com/airspeed-velocity/asv/issues/1484
virtualenv==20.33.1
virtualenv==20.34.0
typing-extensions>=4.12.2
pathspec

View file

@ -31,6 +31,10 @@ colorama==0.4.6
distlib==0.3.9
# via virtualenv
django==4.2.23
# via
# -r requirements-dev.in
# django-template-partials
django-template-partials==25.1
# via -r requirements-dev.in
djc-core-html-parser==1.0.2
# via -r requirements-dev.in
@ -159,11 +163,12 @@ typing-extensions==4.13.2
# mypy
# pyee
# tox
# virtualenv
urllib3==2.2.3
# via
# requests
# types-requests
virtualenv==20.33.1
virtualenv==20.34.0
# via
# -r requirements-dev.in
# asv