Skip to content

Commit

Permalink
Merge pull request #581 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-7bb8d15

Python Requirements Update
  • Loading branch information
feanil committed Apr 30, 2024
2 parents 6498803 + bddf6a2 commit 54dd4cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Expand Up @@ -22,7 +22,7 @@ docutils==0.19
# via
# pydata-sphinx-theme
# sphinx
idna==3.6
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Expand Up @@ -36,7 +36,7 @@ docutils==0.19
# -r requirements/base.txt
# pydata-sphinx-theme
# sphinx
idna==3.6
idna==3.7
# via
# -r requirements/base.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Expand Up @@ -10,5 +10,5 @@ wheel==0.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.2.0
setuptools==69.5.1
# via -r requirements/pip.in
3 changes: 1 addition & 2 deletions requirements/pip_tools.txt
Expand Up @@ -16,15 +16,14 @@ packaging==24.0
# via build
pip-tools==7.4.1
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.43.0
# via pip-tools
zipp==3.18.1
Expand Down

0 comments on commit 54dd4cc

Please sign in to comment.