Skip to content

Commit 7f6401e

Browse files
authored
Merge pull request #321 from openedx/repo-tools/upgrade-python-requirements-2ff3a8e
chore: Upgrade Python requirements
2 parents 2ff3a8e + 8b34052 commit 7f6401e

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

requirements/base.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
amqp==5.2.0
7+
amqp==5.3.1
88
# via kombu
99
arrow==1.3.0
1010
# via -r requirements/base.in
@@ -56,7 +56,7 @@ defusedxml==0.7.1
5656
# via jira
5757
face==24.0.0
5858
# via glom
59-
flask==3.0.3
59+
flask==3.1.0
6060
# via
6161
# -r requirements/base.in
6262
# flask-sslify
@@ -100,7 +100,7 @@ prompt-toolkit==3.0.48
100100
# via click-repl
101101
pycparser==2.22
102102
# via cffi
103-
pyjwt[crypto]==2.9.0
103+
pyjwt[crypto]==2.10.0
104104
# via
105105
# github3-py
106106
# oauthlib
@@ -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.18.0
129+
sentry-sdk[flask]==2.19.0
130130
# via -r requirements/base.in
131131
six==1.16.0
132132
# via python-dateutil

requirements/dev.txt

+10-10
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
alabaster==1.0.0
88
# via sphinx
9-
amqp==5.2.0
9+
amqp==5.3.1
1010
# via kombu
1111
arrow==1.3.0
1212
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
@@ -68,9 +68,9 @@ click-plugins==1.1.1
6868
# via celery
6969
click-repl==0.3.0
7070
# via celery
71-
code-annotations==1.8.0
71+
code-annotations==1.8.2
7272
# via edx-lint
73-
coverage[toml]==7.6.4
73+
coverage[toml]==7.6.8
7474
# via pytest-cov
7575
cryptography==43.0.3
7676
# via
@@ -90,7 +90,7 @@ edx-lint==5.4.1
9090
# via -r requirements/dev.in
9191
face==24.0.0
9292
# via glom
93-
flask==3.0.3
93+
flask==3.1.0
9494
# via
9595
# -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
9696
# flask-sslify
@@ -175,7 +175,7 @@ pygments==2.18.0
175175
# via
176176
# readme-renderer
177177
# sphinx
178-
pyjwt[crypto]==2.9.0
178+
pyjwt[crypto]==2.10.0
179179
# via
180180
# github3-py
181181
# oauthlib
@@ -258,7 +258,7 @@ schema==0.7.7
258258
# via repo-tools-data-schema
259259
scriv==1.5.1
260260
# via -r requirements/dev.in
261-
sentry-sdk[flask]==2.18.0
261+
sentry-sdk[flask]==2.19.0
262262
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
263263
six==1.16.0
264264
# via
@@ -273,7 +273,7 @@ sphinx==8.1.3
273273
# sphinx-rtd-theme
274274
# sphinxcontrib-httpdomain
275275
# sphinxcontrib-jquery
276-
sphinx-rtd-theme==3.0.1
276+
sphinx-rtd-theme==3.0.2
277277
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/doc.in
278278
sphinxcontrib-applehelp==2.0.0
279279
# via sphinx
@@ -291,7 +291,7 @@ sphinxcontrib-qthelp==2.0.0
291291
# via sphinx
292292
sphinxcontrib-serializinghtml==2.0.0
293293
# via sphinx
294-
stevedore==5.3.0
294+
stevedore==5.4.0
295295
# via code-annotations
296296
text-unidecode==1.3
297297
# via python-slugify
@@ -331,13 +331,13 @@ wcwidth==0.2.13
331331
# via prompt-toolkit
332332
werkzeug==3.1.3
333333
# via flask
334-
wheel==0.45.0
334+
wheel==0.45.1
335335
# via pip-tools
336336

337337
# The following packages are considered to be unsafe in a requirements file:
338338
pip==24.2
339339
# via
340340
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
341341
# pip-tools
342-
setuptools==75.3.0
342+
setuptools==75.6.0
343343
# via pip-tools

requirements/doc.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ sphinx==8.1.3
4747
# sphinx-rtd-theme
4848
# sphinxcontrib-httpdomain
4949
# sphinxcontrib-jquery
50-
sphinx-rtd-theme==3.0.1
50+
sphinx-rtd-theme==3.0.2
5151
# via -r requirements/doc.in
5252
sphinxcontrib-applehelp==2.0.0
5353
# via sphinx

requirements/pip-tools.txt

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

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

requirements/pip.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# make upgrade
66
#
7-
wheel==0.45.0
7+
wheel==0.45.1
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
1313
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
1414
# -r requirements/pip.in
15-
setuptools==75.3.0
15+
setuptools==75.6.0
1616
# via -r requirements/pip.in

requirements/test.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
alabaster==1.0.0
88
# via sphinx
9-
amqp==5.2.0
9+
amqp==5.3.1
1010
# via kombu
1111
arrow==1.3.0
1212
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
@@ -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.4
54+
coverage[toml]==7.6.8
5555
# via pytest-cov
5656
cryptography==43.0.3
5757
# via
@@ -67,7 +67,7 @@ docutils==0.21.2
6767
# sphinx-rtd-theme
6868
face==24.0.0
6969
# via glom
70-
flask==3.0.3
70+
flask==3.1.0
7171
# via
7272
# -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
7373
# flask-sslify
@@ -129,7 +129,7 @@ pygments==2.18.0
129129
# via
130130
# readme-renderer
131131
# sphinx
132-
pyjwt[crypto]==2.9.0
132+
pyjwt[crypto]==2.10.0
133133
# via
134134
# github3-py
135135
# oauthlib
@@ -182,7 +182,7 @@ requests-toolbelt==1.0.0
182182
# via jira
183183
schema==0.7.7
184184
# via repo-tools-data-schema
185-
sentry-sdk[flask]==2.18.0
185+
sentry-sdk[flask]==2.19.0
186186
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
187187
six==1.16.0
188188
# via
@@ -196,7 +196,7 @@ sphinx==8.1.3
196196
# sphinx-rtd-theme
197197
# sphinxcontrib-httpdomain
198198
# sphinxcontrib-jquery
199-
sphinx-rtd-theme==3.0.1
199+
sphinx-rtd-theme==3.0.2
200200
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/doc.in
201201
sphinxcontrib-applehelp==2.0.0
202202
# via sphinx

0 commit comments

Comments
 (0)