Skip to content

Commit 27caf5d

Browse files
build(deps): bump virtualenv from 20.30.0 to 20.36.1 in /requirements
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.30.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.30.0...20.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 679dd1f commit 27caf5d

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

requirements/ci.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ colorama==0.4.6
1212
# via tox
1313
distlib==0.3.9
1414
# via virtualenv
15-
filelock==3.18.0
15+
filelock==3.20.3
1616
# via
1717
# tox
1818
# virtualenv
@@ -29,6 +29,6 @@ pluggy==1.5.0
2929
pyproject-api==1.9.0
3030
# via tox
3131
tox==4.25.0
32-
# via -r requirements/ci.in
33-
virtualenv==20.30.0
32+
# via -r ci.in
33+
virtualenv==20.36.1
3434
# via tox

requirements/dev.txt

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ cachetools==5.5.2
1616
# via tox
1717
certifi==2025.1.31
1818
# via requests
19+
cffi==2.0.0
20+
# via cryptography
1921
chardet==5.2.0
2022
# via
2123
# diff-cover
@@ -33,25 +35,25 @@ code-annotations==2.3.0
3335
# via edx-lint
3436
colorama==0.4.6
3537
# via tox
38+
cryptography==46.0.3
39+
# via secretstorage
3640
diff-cover==9.2.4
37-
# via -r requirements/dev.in
41+
# via -r dev.in
3842
dill==0.4.0
3943
# via pylint
4044
distlib==0.3.9
4145
# via virtualenv
4246
django==4.2.20
4347
# via
44-
# -c requirements/common_constraints.txt
48+
# -c common_constraints.txt
4549
# edx-i18n-tools
4650
docutils==0.21.2
4751
# via readme-renderer
4852
edx-i18n-tools==1.8.0
49-
# via -r requirements/dev.in
53+
# via -r dev.in
5054
edx-lint==5.6.0
51-
# via
52-
# -r requirements/dev.in
53-
# -r requirements/quality.in
54-
filelock==3.18.0
55+
# via -r dev.in
56+
filelock==3.20.3
5557
# via
5658
# tox
5759
# virtualenv
@@ -62,15 +64,17 @@ idna==3.10
6264
importlib-metadata==8.6.1
6365
# via keyring
6466
isort==6.0.1
65-
# via
66-
# -r requirements/quality.in
67-
# pylint
67+
# via pylint
6868
jaraco-classes==3.4.0
6969
# via keyring
7070
jaraco-context==6.0.1
7171
# via keyring
7272
jaraco-functools==4.1.0
7373
# via keyring
74+
jeepney==0.9.0
75+
# via
76+
# keyring
77+
# secretstorage
7478
jinja2==3.1.6
7579
# via
7680
# code-annotations
@@ -117,10 +121,8 @@ pluggy==1.5.0
117121
# tox
118122
polib==1.2.0
119123
# via edx-i18n-tools
120-
pycodestyle==2.13.0
121-
# via -r requirements/quality.in
122-
pydocstyle==3.0.0
123-
# via -r requirements/quality.in
124+
pycparser==2.23
125+
# via cffi
124126
pygments==2.19.1
125127
# via
126128
# diff-cover
@@ -161,12 +163,10 @@ rfc3986==2.0.0
161163
# via twine
162164
rich==14.0.0
163165
# via twine
166+
secretstorage==3.5.0
167+
# via keyring
164168
six==1.17.0
165-
# via
166-
# edx-lint
167-
# pydocstyle
168-
snowballstemmer==2.2.0
169-
# via pydocstyle
169+
# via edx-lint
170170
sqlparse==0.5.3
171171
# via django
172172
stevedore==5.4.1
@@ -176,18 +176,18 @@ text-unidecode==1.3
176176
tomlkit==0.13.2
177177
# via pylint
178178
tox==4.25.0
179-
# via -r requirements/dev.in
179+
# via -r dev.in
180180
twine==6.1.0
181-
# via -r requirements/dev.in
181+
# via -r dev.in
182182
urllib3==2.2.3
183183
# via
184-
# -c requirements/common_constraints.txt
184+
# -c common_constraints.txt
185185
# requests
186186
# twine
187-
virtualenv==20.30.0
187+
virtualenv==20.36.1
188188
# via tox
189189
wheel==0.45.1
190-
# via -r requirements/dev.in
190+
# via -r dev.in
191191
zipp==3.21.0
192192
# via importlib-metadata
193193

0 commit comments

Comments
 (0)