Skip to content

Commit ecb3fc9

Browse files
author
Feanil Patel
authored
Merge pull request #295 from openedx/repo-tools/upgrade-python-requirements-ff22614
chore: Upgrade Python requirements
2 parents ff22614 + bcc0eb5 commit ecb3fc9

File tree

6 files changed

+42
-42
lines changed

6 files changed

+42
-42
lines changed

requirements/base.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ amqp==5.2.0
88
# via kombu
99
arrow==1.3.0
1010
# via -r requirements/base.in
11-
attrs==23.2.0
11+
attrs==24.1.0
1212
# via glom
1313
billiard==4.2.0
1414
# via celery
@@ -100,7 +100,7 @@ prompt-toolkit==3.0.47
100100
# via click-repl
101101
pycparser==2.22
102102
# via cffi
103-
pyjwt[crypto]==2.8.0
103+
pyjwt[crypto]==2.9.0
104104
# via
105105
# github3-py
106106
# oauthlib
@@ -111,7 +111,7 @@ python-dateutil==2.9.0.post0
111111
# github3-py
112112
pyyaml==6.0.1
113113
# via -r requirements/base.in
114-
redis==5.0.7
114+
redis==5.0.8
115115
# via -r requirements/base.in
116116
requests==2.32.3
117117
# via
@@ -126,7 +126,7 @@ requests-oauthlib==2.0.0
126126
# jira
127127
requests-toolbelt==1.0.0
128128
# via jira
129-
sentry-sdk[flask]==2.11.0
129+
sentry-sdk[flask]==2.12.0
130130
# via -r requirements/base.in
131131
six==1.16.0
132132
# via python-dateutil

requirements/dev.txt

+15-15
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
alabaster==0.7.16
7+
alabaster==1.0.0
88
# via sphinx
99
amqp==5.2.0
1010
# via kombu
@@ -16,7 +16,7 @@ astroid==3.2.4
1616
# via
1717
# pylint
1818
# pylint-celery
19-
attrs==23.2.0
19+
attrs==24.1.0
2020
# via
2121
# glom
2222
# scriv
@@ -73,7 +73,7 @@ click-repl==0.3.0
7373
# via celery
7474
code-annotations==1.8.0
7575
# via edx-lint
76-
coverage[toml]==7.6.0
76+
coverage[toml]==7.6.1
7777
# via pytest-cov
7878
cryptography==43.0.0
7979
# via
@@ -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.0
146+
mypy==1.11.1
147147
# via -r requirements/dev.in
148148
mypy-extensions==1.0.0
149149
# via mypy
@@ -178,7 +178,7 @@ pygments==2.18.0
178178
# via
179179
# readme-renderer
180180
# sphinx
181-
pyjwt[crypto]==2.8.0
181+
pyjwt[crypto]==2.9.0
182182
# via
183183
# github3-py
184184
# oauthlib
@@ -235,7 +235,7 @@ pyyaml==6.0.1
235235
# repo-tools-data-schema
236236
readme-renderer==44.0
237237
# via -r requirements/doc.in
238-
redis==5.0.7
238+
redis==5.0.8
239239
# via
240240
# -r requirements/base.in
241241
# redis-sentinel-url
@@ -271,7 +271,7 @@ schema==0.7.7
271271
# via repo-tools-data-schema
272272
scriv==1.5.1
273273
# via -r requirements/dev.in
274-
sentry-sdk[flask]==2.11.0
274+
sentry-sdk[flask]==2.12.0
275275
# via -r requirements/base.in
276276
six==1.16.0
277277
# via
@@ -280,26 +280,26 @@ six==1.16.0
280280
# sphinxcontrib-httpdomain
281281
snowballstemmer==2.2.0
282282
# via sphinx
283-
sphinx==7.4.7
283+
sphinx==8.0.2
284284
# via
285285
# -r requirements/doc.in
286286
# sphinx-rtd-theme
287287
# sphinxcontrib-httpdomain
288288
sphinx-rtd-theme==0.5.1
289289
# via -r requirements/doc.in
290-
sphinxcontrib-applehelp==1.0.8
290+
sphinxcontrib-applehelp==2.0.0
291291
# via sphinx
292-
sphinxcontrib-devhelp==1.0.6
292+
sphinxcontrib-devhelp==2.0.0
293293
# via sphinx
294-
sphinxcontrib-htmlhelp==2.0.6
294+
sphinxcontrib-htmlhelp==2.1.0
295295
# via sphinx
296296
sphinxcontrib-httpdomain==1.8.1
297297
# via -r requirements/doc.in
298298
sphinxcontrib-jsmath==1.0.1
299299
# via sphinx
300-
sphinxcontrib-qthelp==1.0.8
300+
sphinxcontrib-qthelp==2.0.0
301301
# via sphinx
302-
sphinxcontrib-serializinghtml==1.1.10
302+
sphinxcontrib-serializinghtml==2.0.0
303303
# via sphinx
304304
stevedore==5.2.0
305305
# via code-annotations
@@ -339,11 +339,11 @@ wcwidth==0.2.13
339339
# via prompt-toolkit
340340
werkzeug==3.0.3
341341
# via flask
342-
wheel==0.43.0
342+
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==71.1.0
348+
setuptools==72.1.0
349349
# via pip-tools

requirements/doc.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
alabaster==0.7.16
7+
alabaster==1.0.0
88
# via sphinx
99
babel==2.15.0
1010
# via sphinx
@@ -40,26 +40,26 @@ six==1.16.0
4040
# via sphinxcontrib-httpdomain
4141
snowballstemmer==2.2.0
4242
# via sphinx
43-
sphinx==7.4.7
43+
sphinx==8.0.2
4444
# via
4545
# -r requirements/doc.in
4646
# sphinx-rtd-theme
4747
# sphinxcontrib-httpdomain
4848
sphinx-rtd-theme==0.5.1
4949
# via -r requirements/doc.in
50-
sphinxcontrib-applehelp==1.0.8
50+
sphinxcontrib-applehelp==2.0.0
5151
# via sphinx
52-
sphinxcontrib-devhelp==1.0.6
52+
sphinxcontrib-devhelp==2.0.0
5353
# via sphinx
54-
sphinxcontrib-htmlhelp==2.0.6
54+
sphinxcontrib-htmlhelp==2.1.0
5555
# via sphinx
5656
sphinxcontrib-httpdomain==1.8.1
5757
# via -r requirements/doc.in
5858
sphinxcontrib-jsmath==1.0.1
5959
# via sphinx
60-
sphinxcontrib-qthelp==1.0.8
60+
sphinxcontrib-qthelp==2.0.0
6161
# via sphinx
62-
sphinxcontrib-serializinghtml==1.1.10
62+
sphinxcontrib-serializinghtml==2.0.0
6363
# via sphinx
6464
urllib3==2.2.2
6565
# via requests

requirements/pip-tools.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ pyproject-hooks==1.1.0
1616
# via
1717
# build
1818
# pip-tools
19-
wheel==0.43.0
19+
wheel==0.44.0
2020
# via pip-tools
2121

2222
# The following packages are considered to be unsafe in a requirements file:
2323
pip==24.2
2424
# via pip-tools
25-
setuptools==71.1.0
25+
setuptools==72.1.0
2626
# via pip-tools

requirements/pip.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#
55
# make upgrade
66
#
7-
wheel==0.43.0
7+
wheel==0.44.0
88
# via -r requirements/pip.in
99

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==71.1.0
13+
setuptools==72.1.0
1414
# via -r requirements/pip.in

requirements/test.txt

+12-12
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# make upgrade
66
#
7-
alabaster==0.7.16
7+
alabaster==1.0.0
88
# via sphinx
99
amqp==5.2.0
1010
# via kombu
1111
arrow==1.3.0
1212
# via -r requirements/base.in
13-
attrs==23.2.0
13+
attrs==24.1.0
1414
# via glom
1515
babel==2.15.0
1616
# via sphinx
@@ -51,7 +51,7 @@ click-plugins==1.1.1
5151
# via celery
5252
click-repl==0.3.0
5353
# via celery
54-
coverage[toml]==7.6.0
54+
coverage[toml]==7.6.1
5555
# via pytest-cov
5656
cryptography==43.0.0
5757
# via
@@ -128,7 +128,7 @@ pygments==2.18.0
128128
# via
129129
# readme-renderer
130130
# sphinx
131-
pyjwt[crypto]==2.8.0
131+
pyjwt[crypto]==2.9.0
132132
# via
133133
# github3-py
134134
# oauthlib
@@ -158,7 +158,7 @@ pyyaml==6.0.1
158158
# repo-tools-data-schema
159159
readme-renderer==44.0
160160
# via -r requirements/doc.in
161-
redis==5.0.7
161+
redis==5.0.8
162162
# via -r requirements/base.in
163163
repo-tools-data-schema @ git+https://github.com/openedx/repo-tools-data-schema.git
164164
# via -r requirements/test.in
@@ -181,34 +181,34 @@ requests-toolbelt==1.0.0
181181
# via jira
182182
schema==0.7.7
183183
# via repo-tools-data-schema
184-
sentry-sdk[flask]==2.11.0
184+
sentry-sdk[flask]==2.12.0
185185
# via -r requirements/base.in
186186
six==1.16.0
187187
# via
188188
# python-dateutil
189189
# sphinxcontrib-httpdomain
190190
snowballstemmer==2.2.0
191191
# via sphinx
192-
sphinx==7.4.7
192+
sphinx==8.0.2
193193
# via
194194
# -r requirements/doc.in
195195
# sphinx-rtd-theme
196196
# sphinxcontrib-httpdomain
197197
sphinx-rtd-theme==0.5.1
198198
# via -r requirements/doc.in
199-
sphinxcontrib-applehelp==1.0.8
199+
sphinxcontrib-applehelp==2.0.0
200200
# via sphinx
201-
sphinxcontrib-devhelp==1.0.6
201+
sphinxcontrib-devhelp==2.0.0
202202
# via sphinx
203-
sphinxcontrib-htmlhelp==2.0.6
203+
sphinxcontrib-htmlhelp==2.1.0
204204
# via sphinx
205205
sphinxcontrib-httpdomain==1.8.1
206206
# via -r requirements/doc.in
207207
sphinxcontrib-jsmath==1.0.1
208208
# via sphinx
209-
sphinxcontrib-qthelp==1.0.8
209+
sphinxcontrib-qthelp==2.0.0
210210
# via sphinx
211-
sphinxcontrib-serializinghtml==1.1.10
211+
sphinxcontrib-serializinghtml==2.0.0
212212
# via sphinx
213213
types-python-dateutil==2.9.0.20240316
214214
# via arrow

0 commit comments

Comments
 (0)