mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 15:39:08 +00:00
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:
parent
8b9b93787f
commit
c12afd6198
4 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue