Skip to content

Commit

Permalink
Merge pull request #101 from edx/repo-tools/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-cfa54da

chore: Upgrade Python requirements
  • Loading branch information
alangsto committed Jun 21, 2024
2 parents cfa54da + 23c8828 commit f5fe9fd
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ sqlparse==0.5.0
# via django
typing-extensions==4.12.2
# via asgiref
urllib3==2.2.1
urllib3==2.2.2
# via requests
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ coverage==7.5.3
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
filelock==3.14.0
filelock==3.15.1
# via
# tox
# virtualenv
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ exceptiongroup==1.2.1
# via
# -r requirements/quality.txt
# pytest
filelock==3.14.0
filelock==3.15.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -164,7 +164,7 @@ pluggy==1.5.0
# tox
polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/quality.txt
pycryptodomex==3.20.0
# via
Expand Down Expand Up @@ -272,7 +272,7 @@ typing-extensions==4.12.2
# asgiref
# astroid
# pylint
urllib3==2.2.1
urllib3==2.2.2
# via
# -r requirements/quality.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ typing-extensions==4.12.2
# -r requirements/test.txt
# asgiref
# rich
urllib3==2.2.1
urllib3==2.2.2
# via
# -r requirements/test.txt
# requests
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/quality.in
pycryptodomex==3.20.0
# via
Expand Down Expand Up @@ -170,7 +170,7 @@ typing-extensions==4.12.2
# asgiref
# astroid
# pylint
urllib3==2.2.1
urllib3==2.2.2
# via
# -r requirements/test.txt
# requests
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ typing-extensions==4.12.2
# via
# -r requirements/base.txt
# asgiref
urllib3==2.2.1
urllib3==2.2.2
# via
# -r requirements/base.txt
# requests

0 comments on commit f5fe9fd

Please sign in to comment.