Skip to content

Commit

Permalink
chore: Updating Python Requirements (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 31, 2023
1 parent 31da6e2 commit 8928cd6
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 34 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cffi==1.15.1
# via cryptography
charset-normalizer==3.2.0
# via requests
cryptography==41.0.2
cryptography==41.0.3
# via
# pyjwt
# social-auth-core
Expand Down
12 changes: 7 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.2
filelock==3.12.3
# via
# tox
# virtualenv
packaging==23.1
# via tox
platformdirs==3.9.1
platformdirs==3.10.0
# via virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
Expand All @@ -27,7 +27,9 @@ tox==3.28.0
# -c requirements/common_constraints.txt
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.2
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
# via tox
28 changes: 15 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand All @@ -49,11 +49,11 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via
# -r requirements/test.txt
# pytest-cov
cryptography==41.0.2
cryptography==41.0.3
# via
# -r requirements/test.txt
# pyjwt
Expand All @@ -79,11 +79,11 @@ django==3.2.20
# social-auth-app-django
edx-lint==5.3.4
# via -r requirements/test.txt
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
filelock==3.12.2
filelock==3.12.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -140,15 +140,15 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
pip-tools==7.1.0
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.9.1
platformdirs==3.10.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# pylint
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -159,7 +159,7 @@ py==1.11.0
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/test.txt
pycparser==2.21
# via
Expand Down Expand Up @@ -266,7 +266,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.11.8
tomlkit==0.12.1
# via
# -r requirements/test.txt
# pylint
Expand All @@ -276,30 +276,32 @@ tox==3.28.0
# -r requirements/ci.txt
# -r requirements/test.txt
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/ci.txt
traceback2==1.4.0
# via
# -r requirements/test.txt
# unittest2
typing-extensions==4.7.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# asgiref
# astroid
# filelock
# pylint
unittest2==1.1.0
# via -r requirements/test.txt
urllib3==2.0.4
# via
# -r requirements/test.txt
# requests
virtualenv==20.24.2
virtualenv==20.24.4
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
wheel==0.41.0
wheel==0.41.2
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
7 changes: 4 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@
#
build==0.10.0
# via pip-tools
click==8.1.6
click==8.1.7
# via pip-tools
packaging==23.1
# via build
pip-tools==7.1.0
pip-tools==7.3.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pip-tools
wheel==0.41.0
# pyproject-hooks
wheel==0.41.2
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.0
wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.0.0
setuptools==68.1.2
# via -r requirements/pip.in
21 changes: 11 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
click==8.1.6
click==8.1.7
# via
# click-log
# code-annotations
Expand All @@ -35,11 +35,11 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via
# -r requirements/test.in
# pytest-cov
cryptography==41.0.2
cryptography==41.0.3
# via
# -r requirements/base.txt
# pyjwt
Expand All @@ -59,9 +59,9 @@ distlib==0.3.7
# social-auth-app-django
edx-lint==5.3.4
# via -r requirements/test.in
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
filelock==3.12.2
filelock==3.12.3
# via
# tox
# virtualenv
Expand Down Expand Up @@ -96,17 +96,17 @@ packaging==23.1
# tox
pbr==5.11.1
# via stevedore
platformdirs==3.9.1
platformdirs==3.10.0
# via
# pylint
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# pytest
# tox
py==1.11.0
# via tox
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/test.in
pycparser==2.21
# via
Expand Down Expand Up @@ -187,7 +187,7 @@ tomli==2.0.1
# pylint
# pytest
# tox
tomlkit==0.11.8
tomlkit==0.12.1
# via pylint
tox==3.28.0
# via
Expand All @@ -200,14 +200,15 @@ typing-extensions==4.7.1
# -r requirements/base.txt
# asgiref
# astroid
# filelock
# pylint
unittest2==1.1.0
# via -r requirements/test.in
urllib3==2.0.4
# via
# -r requirements/base.txt
# requests
virtualenv==20.24.2
virtualenv==20.24.4
# via tox
wrapt==1.15.0
# via astroid

0 comments on commit 8928cd6

Please sign in to comment.