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 sarina committed Feb 4, 2025
1 parent 8d2e353 commit f28d691
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
10 changes: 6 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==1.0.0
# via sphinx
babel==2.16.0
babel==2.17.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.3
beautifulsoup4==4.13.1
# via pydata-sphinx-theme
certifi==2024.12.14
certifi==2025.1.31
# via requests
charset-normalizer==3.4.1
# via requests
Expand Down Expand Up @@ -71,7 +71,9 @@ sphinxcontrib-serializinghtml==2.0.0
sphinxext-rediraffe==0.2.7
# via -r requirements/base.in
typing-extensions==4.12.2
# via pydata-sphinx-theme
# via
# beautifulsoup4
# pydata-sphinx-theme
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
Expand Down
7 changes: 4 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ anyio==4.8.0
# via
# starlette
# watchfiles
babel==2.16.0
babel==2.17.0
# via
# -r requirements/base.txt
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.3
beautifulsoup4==4.13.1
# via
# -r requirements/base.txt
# pydata-sphinx-theme
certifi==2024.12.14
certifi==2025.1.31
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -135,6 +135,7 @@ typing-extensions==4.12.2
# via
# -r requirements/base.txt
# anyio
# beautifulsoup4
# pydata-sphinx-theme
urllib3==2.2.3
# via
Expand Down

0 comments on commit f28d691

Please sign in to comment.