Skip to content

Commit 1b0c30c

Browse files
edx-requirements-botfeanil
authored andcommitted
chore: Upgrade Python requirements
1 parent 458431a commit 1b0c30c

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ blinker==1.9.0
1717
# -r requirements/base.in
1818
# flask
1919
# sentry-sdk
20-
boltons==24.1.0
20+
boltons==25.0.0
2121
# via
2222
# face
2323
# glom

requirements/dev.txt

+7-5
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ blinker==1.9.0
2727
# -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
2828
# flask
2929
# sentry-sdk
30-
boltons==24.1.0
30+
boltons==25.0.0
3131
# via
3232
# face
3333
# glom
@@ -70,7 +70,7 @@ click-repl==0.3.0
7070
# via celery
7171
code-annotations==2.2.0
7272
# via edx-lint
73-
coverage[toml]==7.6.10
73+
coverage[toml]==7.6.11
7474
# via pytest-cov
7575
cryptography==44.0.0
7676
# via
@@ -140,7 +140,7 @@ mccabe==0.7.0
140140
# via pylint
141141
mdurl==0.1.2
142142
# via markdown-it-py
143-
mypy==1.14.1
143+
mypy==1.15.0
144144
# via -r requirements/dev.in
145145
mypy-extensions==1.0.0
146146
# via mypy
@@ -157,7 +157,7 @@ packaging==24.2
157157
# jira
158158
# pytest
159159
# sphinx
160-
pbr==6.1.0
160+
pbr==6.1.1
161161
# via stevedore
162162
pillow==11.1.0
163163
# via jira
@@ -341,4 +341,6 @@ pip==24.2
341341
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
342342
# pip-tools
343343
setuptools==75.8.0
344-
# via pip-tools
344+
# via
345+
# pbr
346+
# pip-tools

requirements/pip-tools.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ wheel==0.45.1
2020
# via pip-tools
2121

2222
# The following packages are considered to be unsafe in a requirements file:
23-
pip==25.0
23+
pip==25.0.1
2424
# via pip-tools
2525
setuptools==75.8.0
2626
# via pip-tools

requirements/test.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ blinker==1.9.0
2121
# -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
2222
# flask
2323
# sentry-sdk
24-
boltons==24.1.0
24+
boltons==25.0.0
2525
# via
2626
# face
2727
# glom
@@ -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.10
54+
coverage[toml]==7.6.11
5555
# via pytest-cov
5656
cryptography==44.0.0
5757
# via

0 commit comments

Comments
 (0)