build(deps): bump virtualenv from 20.30 to 20.31.2

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.30 to 20.31.2.
- [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.30.0...20.31.2)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-version: 20.31.2
  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-05-12 17:14:24 +00:00 committed by GitHub
parent ccf02fa316
commit 406828c51a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 5 deletions

View file

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

View file

@ -104,8 +104,9 @@ urllib3==2.2.3
# via # via
# requests # requests
# types-requests # types-requests
virtualenv==20.29.2 virtualenv==20.31.2
# via # via
# -r requirements-ci.in
# asv # asv
# tox # tox
whitenoise==6.7.0 whitenoise==6.7.0

View file

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

View file

@ -80,7 +80,9 @@ packaging==24.2
# pytest # pytest
# tox # tox
pathspec==0.12.1 pathspec==0.12.1
# via -r requirements-ci.in # via
# -r requirements-dev.in
# black
platformdirs==4.3.6 platformdirs==4.3.6
# via # via
# black # black
@ -160,7 +162,7 @@ urllib3==2.2.3
# via # via
# requests # requests
# types-requests # types-requests
virtualenv==20.30.0 virtualenv==20.31.2
# via # via
# -r requirements-dev.in # -r requirements-dev.in
# asv # asv