Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
feanil committed Sep 5, 2023
2 parents 720f372 + 869802f commit 32d8b38
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ pygments==2.16.1
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pytz==2023.3
pytz==2023.3.post1
# via babel
requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
soupsieve==2.5
# via beautifulsoup4
sphinx==6.2.1
# via
Expand Down
7 changes: 4 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ beautifulsoup4==4.12.2
# via
# -r base.txt
# pydata-sphinx-theme
build==0.10.0
build==1.0.0
# via pip-tools
certifi==2023.7.22
# via
Expand Down Expand Up @@ -53,6 +53,7 @@ imagesize==1.4.1
importlib-metadata==6.8.0
# via
# -r base.txt
# build
# sphinx
jinja2==3.1.2
# via
Expand Down Expand Up @@ -82,7 +83,7 @@ pygments==2.16.1
# sphinx
pyproject-hooks==1.0.0
# via build
pytz==2023.3
pytz==2023.3.post1
# via
# -r base.txt
# babel
Expand All @@ -94,7 +95,7 @@ snowballstemmer==2.2.0
# via
# -r base.txt
# sphinx
soupsieve==2.4.1
soupsieve==2.5
# via
# -r base.txt
# beautifulsoup4
Expand Down
6 changes: 5 additions & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
#
# make upgrade
#
build==0.10.0
build==1.0.0
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.3.0
Expand All @@ -21,6 +23,8 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit 32d8b38

Please sign in to comment.