Skip to content

Commit 288410c

Browse files
chore: Upgrade Python requirements
1 parent fdaa2f9 commit 288410c

File tree

6 files changed

+29
-29
lines changed

6 files changed

+29
-29
lines changed

requirements/ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
cachetools==6.0.0
7+
cachetools==6.1.0
88
# via tox
99
chardet==5.2.0
1010
# via tox
@@ -28,7 +28,7 @@ pluggy==1.6.0
2828
# via tox
2929
pyproject-api==1.9.1
3030
# via tox
31-
tox==4.26.0
31+
tox==4.27.0
3232
# via -r requirements/ci.in
3333
virtualenv==20.31.2
3434
# via tox

requirements/dev.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
asgiref==3.8.1
7+
asgiref==3.9.0
88
# via
99
# -r requirements/quality.txt
1010
# django
@@ -17,7 +17,7 @@ build==1.2.2.post1
1717
# via
1818
# -r requirements/pip-tools.txt
1919
# pip-tools
20-
cachetools==6.0.0
20+
cachetools==6.1.0
2121
# via
2222
# -r requirements/ci.txt
2323
# tox
@@ -46,11 +46,11 @@ colorama==0.4.6
4646
# via
4747
# -r requirements/ci.txt
4848
# tox
49-
coverage[toml]==7.9.1
49+
coverage[toml]==7.9.2
5050
# via
5151
# -r requirements/quality.txt
5252
# pytest-cov
53-
diff-cover==9.3.2
53+
diff-cover==9.4.1
5454
# via -r requirements/dev.in
5555
dill==0.4.0
5656
# via
@@ -124,11 +124,11 @@ pluggy==1.6.0
124124
# pytest
125125
# pytest-cov
126126
# tox
127-
pycodestyle==2.13.0
127+
pycodestyle==2.14.0
128128
# via -r requirements/quality.txt
129129
pydocstyle==6.3.0
130130
# via -r requirements/quality.txt
131-
pygments==2.19.1
131+
pygments==2.19.2
132132
# via
133133
# -r requirements/quality.txt
134134
# diff-cover
@@ -148,7 +148,7 @@ pylint-django==2.6.1
148148
# via
149149
# -r requirements/quality.txt
150150
# edx-lint
151-
pylint-plugin-utils==0.8.2
151+
pylint-plugin-utils==0.9.0
152152
# via
153153
# -r requirements/quality.txt
154154
# pylint-celery
@@ -162,7 +162,7 @@ pyproject-hooks==1.2.0
162162
# -r requirements/pip-tools.txt
163163
# build
164164
# pip-tools
165-
pytest==8.4.0
165+
pytest==8.4.1
166166
# via
167167
# -r requirements/quality.txt
168168
# pytest-cov
@@ -200,7 +200,7 @@ tomlkit==0.13.3
200200
# via
201201
# -r requirements/quality.txt
202202
# pylint
203-
tox==4.26.0
203+
tox==4.27.0
204204
# via -r requirements/ci.txt
205205
virtualenv==20.31.2
206206
# via

requirements/django.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
asgiref==3.8.1
7+
asgiref==3.9.0
88
# via django
99
django==4.2.23
1010
# via

requirements/doc.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ accessible-pygments==0.0.5
88
# via pydata-sphinx-theme
99
alabaster==1.0.0
1010
# via sphinx
11-
asgiref==3.8.1
11+
asgiref==3.9.0
1212
# via
1313
# -r requirements/test.txt
1414
# django
@@ -28,11 +28,11 @@ charset-normalizer==3.4.2
2828
# via requests
2929
click==8.2.1
3030
# via -r requirements/test.txt
31-
coverage[toml]==7.9.1
31+
coverage[toml]==7.9.2
3232
# via
3333
# -r requirements/test.txt
3434
# pytest-cov
35-
cryptography==45.0.4
35+
cryptography==45.0.5
3636
# via secretstorage
3737
django==4.2.23
3838
# via
@@ -63,7 +63,7 @@ jaraco-classes==3.4.0
6363
# via keyring
6464
jaraco-context==6.0.1
6565
# via keyring
66-
jaraco-functools==4.1.0
66+
jaraco-functools==4.2.1
6767
# via keyring
6868
jeepney==0.9.0
6969
# via
@@ -111,7 +111,7 @@ pycparser==2.22
111111
# via cffi
112112
pydata-sphinx-theme==0.15.4
113113
# via sphinx-book-theme
114-
pygments==2.19.1
114+
pygments==2.19.2
115115
# via
116116
# -r requirements/test.txt
117117
# accessible-pygments
@@ -121,7 +121,7 @@ pygments==2.19.1
121121
# readme-renderer
122122
# rich
123123
# sphinx
124-
pytest==8.4.0
124+
pytest==8.4.1
125125
# via
126126
# -r requirements/test.txt
127127
# pytest-cov
@@ -188,7 +188,7 @@ text-unidecode==1.3
188188
# python-slugify
189189
twine==6.1.0
190190
# via -r requirements/doc.in
191-
typing-extensions==4.14.0
191+
typing-extensions==4.14.1
192192
# via
193193
# beautifulsoup4
194194
# pydata-sphinx-theme

requirements/quality.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
asgiref==3.8.1
7+
asgiref==3.9.0
88
# via
99
# -r requirements/test.txt
1010
# django
@@ -22,7 +22,7 @@ click-log==0.4.0
2222
# via edx-lint
2323
code-annotations==2.3.0
2424
# via edx-lint
25-
coverage[toml]==7.9.1
25+
coverage[toml]==7.9.2
2626
# via
2727
# -r requirements/test.txt
2828
# pytest-cov
@@ -69,11 +69,11 @@ pluggy==1.6.0
6969
# -r requirements/test.txt
7070
# pytest
7171
# pytest-cov
72-
pycodestyle==2.13.0
72+
pycodestyle==2.14.0
7373
# via -r requirements/quality.in
7474
pydocstyle==6.3.0
7575
# via -r requirements/quality.in
76-
pygments==2.19.1
76+
pygments==2.19.2
7777
# via
7878
# -r requirements/test.txt
7979
# pytest
@@ -87,11 +87,11 @@ pylint-celery==0.3
8787
# via edx-lint
8888
pylint-django==2.6.1
8989
# via edx-lint
90-
pylint-plugin-utils==0.8.2
90+
pylint-plugin-utils==0.9.0
9191
# via
9292
# pylint-celery
9393
# pylint-django
94-
pytest==8.4.0
94+
pytest==8.4.1
9595
# via
9696
# -r requirements/test.txt
9797
# pytest-cov

requirements/test.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# make upgrade
66
#
7-
asgiref==3.8.1
7+
asgiref==3.9.0
88
# via
99
# -r requirements/django.txt
1010
# django
1111
click==8.2.1
1212
# via -r requirements/base.txt
13-
coverage[toml]==7.9.1
13+
coverage[toml]==7.9.2
1414
# via pytest-cov
1515
# via
1616
# -c requirements/common_constraints.txt
@@ -35,9 +35,9 @@ pluggy==1.6.0
3535
# via
3636
# pytest
3737
# pytest-cov
38-
pygments==2.19.1
38+
pygments==2.19.2
3939
# via pytest
40-
pytest==8.4.0
40+
pytest==8.4.1
4141
# via pytest-cov
4242
pytest-cov==6.2.1
4343
# via -r requirements/test.in

0 commit comments

Comments
 (0)