Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
feanil committed Aug 7, 2023
2 parents e74e965 + 91834ba commit ac939df
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ packaging==23.1
# sphinx
pydata-sphinx-theme==0.13.3
# via sphinx-book-theme
pygments==2.15.1
pygments==2.16.1
# via
# accessible-pygments
# pydata-sphinx-theme
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ packaging==23.1
# build
# pydata-sphinx-theme
# sphinx
pip-tools==7.1.0
pip-tools==7.2.0
# via -r dev.in
pydata-sphinx-theme==0.13.3
# via
# -r base.txt
# sphinx-book-theme
pygments==2.15.1
pygments==2.16.1
# via
# -r base.txt
# accessible-pygments
Expand Down Expand Up @@ -148,7 +148,7 @@ urllib3==2.0.4
# via
# -r base.txt
# requests
wheel==0.41.0
wheel==0.41.1
# via pip-tools
zipp==3.16.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.6
# via pip-tools
packaging==23.1
# via build
pip-tools==7.1.0
pip-tools==7.2.0
# via -r pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand All @@ -19,7 +19,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.0
wheel==0.41.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.0
wheel==0.41.1
# via -r pip.in

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

0 comments on commit ac939df

Please sign in to comment.