Skip to content

Commit 4d48a8a

Browse files
authored
Merge pull request #97 from edx/repo-tools/upgrade-python-requirements-24c209c
chore: Upgrade Python requirements
2 parents b73bf28 + efcd826 commit 4d48a8a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cachetools==5.5.0
1212
# via tox
1313
chardet==5.2.0
1414
# via tox
15-
click==8.1.7
15+
click==8.1.8
1616
# via
1717
# -r requirements/pip-tools.txt
1818
# pip-tools

requirements/doc.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ babel==2.16.0
1414
# sphinx
1515
beautifulsoup4==4.12.3
1616
# via pydata-sphinx-theme
17-
certifi==2024.8.30
17+
certifi==2024.12.14
1818
# via requests
19-
charset-normalizer==3.4.0
19+
charset-normalizer==3.4.1
2020
# via requests
2121
doc8==1.1.2
2222
# via -r requirements/doc.in
@@ -31,17 +31,17 @@ idna==3.10
3131
# via requests
3232
imagesize==1.4.1
3333
# via sphinx
34-
jinja2==3.1.4
34+
jinja2==3.1.5
3535
# via sphinx
3636
markupsafe==3.0.2
3737
# via jinja2
38-
nh3==0.2.19
38+
nh3==0.2.20
3939
# via readme-renderer
4040
packaging==24.2
4141
# via sphinx
4242
pbr==6.1.0
4343
# via stevedore
44-
pydata-sphinx-theme==0.16.0
44+
pydata-sphinx-theme==0.16.1
4545
# via sphinx-book-theme
4646
pygments==2.18.0
4747
# via
@@ -85,5 +85,5 @@ stevedore==5.4.0
8585
# via doc8
8686
typing-extensions==4.12.2
8787
# via pydata-sphinx-theme
88-
urllib3==2.2.3
88+
urllib3==2.3.0
8989
# via requests

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
build==1.2.2.post1
88
# via pip-tools
9-
click==8.1.7
9+
click==8.1.8
1010
# via pip-tools
1111
packaging==24.2
1212
# via build

0 commit comments

Comments
 (0)