Skip to content

Commit 463c3a7

Browse files
chore: Upgrade Python requirements
1 parent fdaa2f9 commit 463c3a7

5 files changed

Lines changed: 18 additions & 18 deletions

File tree

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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -50,7 +50,7 @@ coverage[toml]==7.9.1
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/doc.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

requirements/quality.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)