Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

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

Python Requirements Update
  • Loading branch information
MichaelRoytman authored Apr 19, 2024
2 parents c0d2f39 + f68c6f3 commit 8fe95a3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
idna==3.6
idna==3.7
# via requests
requests==2.31.0
# via -r requirements/base.in
urllib3==2.2.1
# via requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.2.0
setuptools==69.5.1
# via -r requirements/base.in
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ zipp==3.18.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via pip-tools
setuptools==69.2.0
setuptools==69.5.1
# via pip-tools
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.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
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exceptiongroup==1.2.0
# via pytest
httpretty==1.1.4
# via -r requirements/test.in
idna==3.6
idna==3.7
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -77,5 +77,5 @@ urllib3==2.2.1
# requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.2.0
setuptools==69.5.1
# via -r requirements/base.txt
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ coverage==7.4.4
# via -r requirements/tox.in
distlib==0.3.8
# via virtualenv
filelock==3.13.3
filelock==3.13.4
# via
# tox
# virtualenv
Expand Down

0 comments on commit 8fe95a3

Please sign in to comment.