Skip to content

Commit

Permalink
Merge pull request #2194 from openedx/jenkins/upgrade-python-requirem…
Browse files Browse the repository at this point in the history
…ents-66ea319

Python Requirements Update
  • Loading branch information
feanil committed Oct 3, 2023
2 parents 66ea319 + 18718d7 commit 5c78e67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.13
# via sphinx
babel==2.12.1
babel==2.13.0
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -81,7 +81,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.8.0
# via pydata-sphinx-theme
urllib3==2.0.5
urllib3==2.0.6
# via requests
zipp==3.17.0
# via importlib-metadata
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ alabaster==0.7.13
# via
# -r base.txt
# sphinx
babel==2.12.1
babel==2.13.0
# via
# -r base.txt
# pydata-sphinx-theme
Expand Down Expand Up @@ -145,7 +145,7 @@ typing-extensions==4.8.0
# via
# -r base.txt
# pydata-sphinx-theme
urllib3==2.0.5
urllib3==2.0.6
# via
# -r base.txt
# requests
Expand Down

0 comments on commit 5c78e67

Please sign in to comment.