File tree Expand file tree Collapse file tree 7 files changed +15
-23
lines changed Expand file tree Collapse file tree 7 files changed +15
-23
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ pluggy==1.6.0
28
28
# via tox
29
29
pyproject-api==1.9.1
30
30
# via tox
31
- tox==4.28.0
31
+ tox==4.28.4
32
32
# via -r requirements/ci.in
33
- virtualenv==20.31.2
33
+ virtualenv==20.33.0
34
34
# via tox
Original file line number Diff line number Diff line change @@ -19,13 +19,6 @@ Django<5.0
19
19
# See https://github.com/openedx/edx-platform/issues/35126 for more info
20
20
elasticsearch<7.14.0
21
21
22
- # django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
23
- django-simple-history==3.0.0
24
-
25
22
# Cause: https://github.com/openedx/edx-lint/issues/458
26
23
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
27
24
pip<24.3
28
-
29
- # Cause: https://github.com/openedx/edx-lint/issues/475
30
- # This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
31
- urllib3<2.3.0
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ astroid==3.3.11
13
13
# -r requirements/quality.txt
14
14
# pylint
15
15
# pylint-celery
16
- build==1.2.2.post1
16
+ build==1.3.0
17
17
# via
18
18
# -r requirements/pip-tools.txt
19
19
# pip-tools
@@ -46,7 +46,7 @@ colorama==0.4.6
46
46
# via
47
47
# -r requirements/ci.txt
48
48
# tox
49
- coverage[toml]==7.9 .2
49
+ coverage[toml]==7.10 .2
50
50
# via
51
51
# -r requirements/quality.txt
52
52
# pytest-cov
@@ -107,7 +107,7 @@ pbr==6.1.1
107
107
# via
108
108
# -r requirements/quality.txt
109
109
# stevedore
110
- pip-tools==7.4.1
110
+ pip-tools==7.5.0
111
111
# via -r requirements/pip-tools.txt
112
112
platformdirs==4.3.8
113
113
# via
@@ -200,9 +200,9 @@ tomlkit==0.13.3
200
200
# via
201
201
# -r requirements/quality.txt
202
202
# pylint
203
- tox==4.28.0
203
+ tox==4.28.4
204
204
# via -r requirements/ci.txt
205
- virtualenv==20.31.2
205
+ virtualenv==20.33.0
206
206
# via
207
207
# -r requirements/ci.txt
208
208
# tox
Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ backports-tarfile==1.2.0
20
20
# via jaraco-context
21
21
beautifulsoup4==4.13.4
22
22
# via pydata-sphinx-theme
23
- certifi==2025.7.14
23
+ certifi==2025.8.3
24
24
# via requests
25
25
cffi==1.17.1
26
26
# via cryptography
27
27
charset-normalizer==3.4.2
28
28
# via requests
29
29
click==8.2.1
30
30
# via -r requirements/test.txt
31
- coverage[toml]==7.9 .2
31
+ coverage[toml]==7.10 .2
32
32
# via
33
33
# -r requirements/test.txt
34
34
# pytest-cov
@@ -145,7 +145,7 @@ restructuredtext-lint==1.4.0
145
145
# via doc8
146
146
rfc3986==2.0.0
147
147
# via twine
148
- rich==14.0 .0
148
+ rich==14.1 .0
149
149
# via twine
150
150
roman-numerals-py==3.1.0
151
151
# via sphinx
@@ -192,9 +192,8 @@ typing-extensions==4.14.1
192
192
# via
193
193
# beautifulsoup4
194
194
# pydata-sphinx-theme
195
- urllib3==2.2.3
195
+ urllib3==2.5.0
196
196
# via
197
- # -c requirements/common_constraints.txt
198
197
# requests
199
198
# twine
200
199
zipp==3.23.0
Original file line number Diff line number Diff line change 4
4
#
5
5
# make upgrade
6
6
#
7
- build==1.2.2.post1
7
+ build==1.3.0
8
8
# via pip-tools
9
9
click==8.2.1
10
10
# via pip-tools
11
11
packaging==25.0
12
12
# via build
13
- pip-tools==7.4.1
13
+ pip-tools==7.5.0
14
14
# via -r requirements/pip-tools.in
15
15
pyproject-hooks==1.2.0
16
16
# via
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ click-log==0.4.0
22
22
# via edx-lint
23
23
code-annotations==2.3.0
24
24
# via edx-lint
25
- coverage[toml]==7.9 .2
25
+ coverage[toml]==7.10 .2
26
26
# via
27
27
# -r requirements/test.txt
28
28
# pytest-cov
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ asgiref==3.9.1
10
10
# django
11
11
click==8.2.1
12
12
# via -r requirements/base.txt
13
- coverage[toml]==7.9 .2
13
+ coverage[toml]==7.10 .2
14
14
# via pytest-cov
15
15
# via
16
16
# -c requirements/common_constraints.txt
You can’t perform that action at this time.
0 commit comments