Skip to content

Commit 28364f5

Browse files
chore: Upgrade Python requirements
1 parent 731ec66 commit 28364f5

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

requirements/base.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cachetools==5.5.0
2525
# via -r requirements/base.in
2626
celery==5.4.0
2727
# via -r requirements/base.in
28-
certifi==2024.7.4
28+
certifi==2024.8.30
2929
# via
3030
# requests
3131
# sentry-sdk
@@ -69,7 +69,7 @@ glom==23.5.0
6969
# via -r requirements/base.in
7070
gunicorn==23.0.0
7171
# via -r requirements/base.in
72-
idna==3.7
72+
idna==3.8
7373
# via requests
7474
itsdangerous==2.2.0
7575
# via flask
@@ -130,7 +130,7 @@ sentry-sdk[flask]==2.13.0
130130
# via -r requirements/base.in
131131
six==1.16.0
132132
# via python-dateutil
133-
types-python-dateutil==2.9.0.20240316
133+
types-python-dateutil==2.9.0.20240821
134134
# via arrow
135135
typing-extensions==4.12.2
136136
# via jira
@@ -151,5 +151,5 @@ vine==5.1.0
151151
# kombu
152152
wcwidth==0.2.13
153153
# via prompt-toolkit
154-
werkzeug==3.0.3
154+
werkzeug==3.0.4
155155
# via flask

requirements/dev.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cachetools==5.5.0
3939
# via -r requirements/base.in
4040
celery==5.4.0
4141
# via -r requirements/base.in
42-
certifi==2024.7.4
42+
certifi==2024.8.30
4343
# via
4444
# requests
4545
# sentry-sdk
@@ -88,7 +88,7 @@ docutils==0.21.2
8888
# via
8989
# readme-renderer
9090
# sphinx
91-
edx-lint==5.3.7
91+
edx-lint==5.4.0
9292
# via -r requirements/dev.in
9393
face==20.1.1
9494
# via glom
@@ -108,7 +108,7 @@ glom==23.5.0
108108
# via -r requirements/base.in
109109
gunicorn==23.0.0
110110
# via -r requirements/base.in
111-
idna==3.7
111+
idna==3.8
112112
# via requests
113113
imagesize==1.4.1
114114
# via sphinx
@@ -143,7 +143,7 @@ mccabe==0.7.0
143143
# via pylint
144144
mdurl==0.1.2
145145
# via markdown-it-py
146-
mypy==1.11.1
146+
mypy==1.11.2
147147
# via -r requirements/dev.in
148148
mypy-extensions==1.0.0
149149
# via mypy
@@ -160,7 +160,7 @@ packaging==24.1
160160
# jira
161161
# pytest
162162
# sphinx
163-
pbr==6.0.0
163+
pbr==6.1.0
164164
# via stevedore
165165
pillow==10.4.0
166166
# via jira
@@ -182,7 +182,7 @@ pyjwt[crypto]==2.9.0
182182
# via
183183
# github3-py
184184
# oauthlib
185-
pylint==3.2.6
185+
pylint==3.2.7
186186
# via
187187
# edx-lint
188188
# pylint-celery
@@ -301,15 +301,15 @@ sphinxcontrib-qthelp==2.0.0
301301
# via sphinx
302302
sphinxcontrib-serializinghtml==2.0.0
303303
# via sphinx
304-
stevedore==5.2.0
304+
stevedore==5.3.0
305305
# via code-annotations
306306
text-unidecode==1.3
307307
# via python-slugify
308308
tomlkit==0.13.2
309309
# via pylint
310-
types-cachetools==5.4.0.20240717
310+
types-cachetools==5.5.0.20240820
311311
# via -r requirements/dev.in
312-
types-python-dateutil==2.9.0.20240316
312+
types-python-dateutil==2.9.0.20240821
313313
# via arrow
314314
types-pyyaml==6.0.12.20240808
315315
# via -r requirements/dev.in
@@ -337,13 +337,13 @@ vine==5.1.0
337337
# kombu
338338
wcwidth==0.2.13
339339
# via prompt-toolkit
340-
werkzeug==3.0.3
340+
werkzeug==3.0.4
341341
# via flask
342342
wheel==0.44.0
343343
# via pip-tools
344344

345345
# The following packages are considered to be unsafe in a requirements file:
346346
pip==24.2
347347
# via pip-tools
348-
setuptools==72.2.0
348+
setuptools==74.0.0
349349
# via pip-tools

requirements/doc.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ alabaster==1.0.0
88
# via sphinx
99
babel==2.16.0
1010
# via sphinx
11-
certifi==2024.7.4
11+
certifi==2024.8.30
1212
# via requests
1313
charset-normalizer==3.3.2
1414
# via requests
1515
docutils==0.21.2
1616
# via
1717
# readme-renderer
1818
# sphinx
19-
idna==3.7
19+
idna==3.8
2020
# via requests
2121
imagesize==1.4.1
2222
# via sphinx

requirements/pip-tools.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ wheel==0.44.0
2222
# The following packages are considered to be unsafe in a requirements file:
2323
pip==24.2
2424
# via pip-tools
25-
setuptools==72.2.0
25+
setuptools==74.0.0
2626
# via pip-tools

requirements/pip.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ wheel==0.44.0
1010
# The following packages are considered to be unsafe in a requirements file:
1111
pip==24.2
1212
# via -r requirements/pip.in
13-
setuptools==72.2.0
13+
setuptools==74.0.0
1414
# via -r requirements/pip.in

requirements/test.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cachetools==5.5.0
2929
# via -r requirements/base.in
3030
celery==5.4.0
3131
# via -r requirements/base.in
32-
certifi==2024.7.4
32+
certifi==2024.8.30
3333
# via
3434
# requests
3535
# sentry-sdk
@@ -81,7 +81,7 @@ glom==23.5.0
8181
# via -r requirements/base.in
8282
gunicorn==23.0.0
8383
# via -r requirements/base.in
84-
idna==3.7
84+
idna==3.8
8585
# via requests
8686
imagesize==1.4.1
8787
# via sphinx
@@ -210,7 +210,7 @@ sphinxcontrib-qthelp==2.0.0
210210
# via sphinx
211211
sphinxcontrib-serializinghtml==2.0.0
212212
# via sphinx
213-
types-python-dateutil==2.9.0.20240316
213+
types-python-dateutil==2.9.0.20240821
214214
# via arrow
215215
typing-extensions==4.12.2
216216
# via jira
@@ -231,5 +231,5 @@ vine==5.1.0
231231
# kombu
232232
wcwidth==0.2.13
233233
# via prompt-toolkit
234-
werkzeug==3.0.3
234+
werkzeug==3.0.4
235235
# via flask

0 commit comments

Comments
 (0)