Skip to content

Commit 9b29480

Browse files
Bump virtualenv from 20.34.0 to 20.36.1
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.34.0 to 20.36.1. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.34.0...20.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 59257a2 commit 9b29480

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

test-requirements.txt

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ coverage==7.10.7
1212
# via pytest-cov
1313
distlib==0.4.0
1414
# via virtualenv
15+
exceptiongroup==1.3.1
16+
# via pytest
1517
execnet==2.1.1
1618
# via pytest-xdist
17-
filelock==3.20.0
19+
filelock==3.20.3
1820
# via
1921
# -r test-requirements.in
2022
# virtualenv
@@ -57,15 +59,22 @@ pytest-xdist==3.8.0
5759
# via -r test-requirements.in
5860
pyyaml==6.0.3
5961
# via pre-commit
60-
tomli==2.3.0
61-
# via -r test-requirements.in
62+
tomli==2.3.0 ; python_version < "3.11"
63+
# via
64+
# -r mypy-requirements.txt
65+
# -r test-requirements.in
66+
# coverage
67+
# pytest
6268
types-psutil==7.0.0.20251001
6369
# via -r build-requirements.txt
6470
types-setuptools==80.9.0.20250822
6571
# via -r build-requirements.txt
6672
typing-extensions==4.15.0
67-
# via -r mypy-requirements.txt
68-
virtualenv==20.34.0
73+
# via
74+
# -r mypy-requirements.txt
75+
# exceptiongroup
76+
# virtualenv
77+
virtualenv==20.36.1
6978
# via pre-commit
7079

7180
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)