Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored and feanil committed Oct 22, 2024
1 parent 054cf0d commit 441326a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via sphinx-intl
Expand All @@ -31,7 +31,7 @@ imagesize==1.4.1
# via sphinx
jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
packaging==24.1
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ beautifulsoup4==4.12.3
# via
# -r base.txt
# pydata-sphinx-theme
build==1.2.2
build==1.2.2.post1
# via pip-tools
certifi==2024.8.30
# via
# -r base.txt
# requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via
# -r base.txt
# requests
Expand All @@ -54,7 +54,7 @@ jinja2==3.1.4
# via
# -r base.txt
# sphinx
markupsafe==2.1.5
markupsafe==3.0.2
# via
# -r base.txt
# jinja2
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.2
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r pip.in
setuptools==75.1.0
setuptools==75.2.0
# via -r pip.in

0 comments on commit 441326a

Please sign in to comment.