Skip to content

Commit a3c97b6

Browse files
edx-requirements-botregisb
authored andcommitted
chore: Upgrade Python requirements
1 parent 2d4ce49 commit a3c97b6

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ filelock==3.18.0
1616
# via
1717
# tox
1818
# virtualenv
19-
packaging==24.2
19+
packaging==25.0
2020
# via
2121
# pyproject-api
2222
# tox

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ coverage[toml]==7.8.0
5252
# pytest-cov
5353
diff-cover==9.2.4
5454
# via -r requirements/dev.in
55-
dill==0.3.9
55+
dill==0.4.0
5656
# via
5757
# -r requirements/quality.txt
5858
# pylint
@@ -94,7 +94,7 @@ mccabe==0.7.0
9494
# pylint
9595
mock==5.2.0
9696
# via -r requirements/quality.txt
97-
packaging==24.2
97+
packaging==25.0
9898
# via
9999
# -r requirements/ci.txt
100100
# -r requirements/pip-tools.txt

requirements/doc.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ babel==2.17.0
1818
# sphinx
1919
backports-tarfile==1.2.0
2020
# via jaraco-context
21-
beautifulsoup4==4.13.3
21+
beautifulsoup4==4.13.4
2222
# via pydata-sphinx-theme
2323
certifi==2025.1.31
2424
# via requests
@@ -91,7 +91,7 @@ more-itertools==10.6.0
9191
# jaraco-functools
9292
nh3==0.2.21
9393
# via readme-renderer
94-
packaging==24.2
94+
packaging==25.0
9595
# via
9696
# -r requirements/test.txt
9797
# pydata-sphinx-theme
@@ -150,7 +150,7 @@ secretstorage==3.3.3
150150
# via keyring
151151
snowballstemmer==2.2.0
152152
# via sphinx
153-
soupsieve==2.6
153+
soupsieve==2.7
154154
# via beautifulsoup4
155155
sphinx==8.2.3
156156
# via

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build==1.2.2.post1
88
# via pip-tools
99
click==8.1.8
1010
# via pip-tools
11-
packaging==24.2
11+
packaging==25.0
1212
# via build
1313
pip-tools==7.4.1
1414
# via -r requirements/pip-tools.in

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ pip==24.2
1212
# via
1313
# -c /home/runner/work/code-annotations/code-annotations/requirements/common_constraints.txt
1414
# -r requirements/pip.in
15-
setuptools==78.1.0
15+
setuptools==79.0.0
1616
# via -r requirements/pip.in

requirements/quality.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ coverage[toml]==7.8.0
2626
# via
2727
# -r requirements/test.txt
2828
# pytest-cov
29-
dill==0.3.9
29+
dill==0.4.0
3030
# via pylint
3131
django==4.2.20
3232
# via
@@ -54,7 +54,7 @@ mccabe==0.7.0
5454
# via pylint
5555
mock==5.2.0
5656
# via -r requirements/test.txt
57-
packaging==24.2
57+
packaging==25.0
5858
# via
5959
# -r requirements/test.txt
6060
# pytest

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ markupsafe==3.0.2
2525
# jinja2
2626
mock==5.2.0
2727
# via -r requirements/test.in
28-
packaging==24.2
28+
packaging==25.0
2929
# via pytest
3030
pbr==6.1.1
3131
# via

0 commit comments

Comments
 (0)