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 Oct 16, 2024
1 parent df98ccd commit b58a8dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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
docutils==0.21.2
# via
Expand All @@ -28,7 +28,7 @@ imagesize==1.4.1
# via sphinx
jinja2==3.1.4
# via sphinx
markupsafe==3.0.0
markupsafe==3.0.1
# via jinja2
packaging==24.1
# via
Expand All @@ -47,7 +47,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
# via beautifulsoup4
sphinx==8.0.2
sphinx==8.1.3
# via
# -r requirements/base.in
# pydata-sphinx-theme
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ alabaster==1.0.0
# via
# -r requirements/base.txt
# sphinx
anyio==4.6.0
anyio==4.6.2.post1
# via
# starlette
# watchfiles
Expand All @@ -29,7 +29,7 @@ certifi==2024.8.30
# via
# -r requirements/base.txt
# requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -57,7 +57,7 @@ jinja2==3.1.4
# via
# -r requirements/base.txt
# sphinx
markupsafe==3.0.0
markupsafe==3.0.1
# via
# -r requirements/base.txt
# jinja2
Expand Down Expand Up @@ -90,7 +90,7 @@ soupsieve==2.6
# via
# -r requirements/base.txt
# beautifulsoup4
sphinx==8.0.2
sphinx==8.1.3
# via
# -r requirements/base.txt
# pydata-sphinx-theme
Expand Down Expand Up @@ -140,7 +140,7 @@ urllib3==2.2.3
# via
# -r requirements/base.txt
# requests
uvicorn==0.31.0
uvicorn==0.31.1
# via sphinx-autobuild
watchfiles==0.24.0
# via sphinx-autobuild
Expand Down

0 comments on commit b58a8dd

Please sign in to comment.