Skip to content

Commit

Permalink
Merge pull request #628 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-3a2049b

chore: Upgrade Python requirements
  • Loading branch information
Feanil Patel authored Sep 3, 2024
2 parents 3a2049b + 8710942 commit 51c6575
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.7.4
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ beautifulsoup4==4.12.3
# via
# -r requirements/base.txt
# pydata-sphinx-theme
certifi==2024.7.4
certifi==2024.8.30
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -130,7 +130,7 @@ sphinxcontrib-serializinghtml==2.0.0
# sphinx
sphinxext-rediraffe==0.2.7
# via -r requirements/base.txt
starlette==0.38.2
starlette==0.38.4
# via sphinx-autobuild
typing-extensions==4.12.2
# via
Expand All @@ -142,7 +142,7 @@ urllib3==2.2.2
# requests
uvicorn==0.30.6
# via sphinx-autobuild
watchfiles==0.23.0
watchfiles==0.24.0
# via sphinx-autobuild
websockets==13.0
websockets==13.0.1
# via sphinx-autobuild
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 requirements/pip.in
setuptools==73.0.1
setuptools==74.1.0
# via -r requirements/pip.in

0 comments on commit 51c6575

Please sign in to comment.