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 #150 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-0b5c9f9

Python Requirements Update
  • Loading branch information
MichaelRoytman authored Oct 25, 2023
2 parents 0b5c9f9 + a58f64a commit 2d5ffb0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
certifi==2023.7.22
# via requests
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
idna==3.4
# via requests
requests==2.31.0
# via -r requirements/base.in
urllib3==2.0.6
urllib3==2.0.7
# via requests
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ certifi==2023.7.22
# via
# -r requirements/base.txt
# requests
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -46,7 +46,7 @@ pycodestyle==2.11.1
# via -r requirements/test.in
pydocstyle==6.3.0
# via -r requirements/test.in
pylint==3.0.1
pylint==3.0.2
# via -r requirements/test.in
pytest==7.4.2
# via
Expand All @@ -58,7 +58,7 @@ requests==2.31.0
# via -r requirements/base.txt
snowballstemmer==2.2.0
# via pydocstyle
testfixtures==7.2.0
testfixtures==7.2.2
# via -r requirements/test.in
tomli==2.0.1
# via
Expand All @@ -71,7 +71,7 @@ typing-extensions==4.8.0
# via
# astroid
# pylint
urllib3==2.0.6
urllib3==2.0.7
# via
# -r requirements/base.txt
# requests
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.in
virtualenv==20.24.5
virtualenv==20.24.6
# via tox

0 comments on commit 2d5ffb0

Please sign in to comment.