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

Python Requirements Update
  • Loading branch information
MichaelRoytman authored Sep 29, 2023
2 parents 3263e3b + 4a8401a commit 50b321e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ idna==3.4
# via requests
requests==2.31.0
# via -r requirements/base.in
urllib3==2.0.4
urllib3==2.0.5
# via requests
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.15.6
astroid==2.15.8
# via pylint
certifi==2023.7.22
# via
Expand Down Expand Up @@ -48,7 +48,7 @@ pycodestyle==2.11.0
# via -r requirements/test.in
pydocstyle==6.3.0
# via -r requirements/test.in
pylint==2.17.5
pylint==2.17.6
# via -r requirements/test.in
pytest==7.4.2
# via
Expand All @@ -73,7 +73,7 @@ typing-extensions==4.8.0
# via
# astroid
# pylint
urllib3==2.0.4
urllib3==2.0.5
# via
# -r requirements/base.txt
# requests
Expand Down

0 comments on commit 50b321e

Please sign in to comment.