Skip to content

Commit

Permalink
chore: Updating Python Requirements (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jul 27, 2023
1 parent 808f6a5 commit f89d3e3
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 35 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
certifi==2023.5.7
certifi==2023.7.22
# via requests
cffi==1.15.1
# via cryptography
Expand All @@ -33,7 +33,7 @@ oauthlib==3.2.2
# social-auth-core
pycparser==2.21
# via cffi
pyjwt[crypto]==2.7.0
pyjwt[crypto]==2.8.0
# via
# -r requirements/base.in
# social-auth-core
Expand All @@ -59,5 +59,5 @@ sqlparse==0.4.4
# via django
typing-extensions==4.7.1
# via asgiref
urllib3==2.0.3
urllib3==2.0.4
# via requests
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
distlib==0.3.6
distlib==0.3.7
# via virtualenv
filelock==3.12.2
# via
# tox
# virtualenv
packaging==23.1
# via tox
platformdirs==3.8.1
platformdirs==3.9.1
# via virtualenv
pluggy==1.2.0
# via tox
Expand All @@ -29,5 +29,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
virtualenv==20.23.1
virtualenv==20.24.2
# via tox
26 changes: 13 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build==0.10.0
# via
# -r requirements/pip-tools.txt
# pip-tools
certifi==2023.5.7
certifi==2023.7.22
# via
# -r requirements/test.txt
# requests
Expand All @@ -33,7 +33,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.4
click==8.1.6
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand All @@ -45,7 +45,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.3.0
code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -63,11 +63,11 @@ defusedxml==0.7.1
# -r requirements/test.txt
# python3-openid
# social-auth-core
dill==0.3.6
dill==0.3.7
# via
# -r requirements/test.txt
# pylint
distlib==0.3.6
distlib==0.3.7
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -140,9 +140,9 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
pip-tools==6.14.0
pip-tools==7.1.0
# via -r requirements/pip-tools.txt
platformdirs==3.8.1
platformdirs==3.9.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -167,11 +167,11 @@ pycparser==2.21
# cffi
pycryptodomex==3.18.0
# via -r requirements/test.txt
pyjwt[crypto]==2.7.0
pyjwt[crypto]==2.8.0
# via
# -r requirements/test.txt
# social-auth-core
pylint==2.17.4
pylint==2.17.5
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -216,7 +216,7 @@ pytz==2023.3
# via
# -r requirements/test.txt
# django
pyyaml==6.0
pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -290,16 +290,16 @@ typing-extensions==4.7.1
# pylint
unittest2==1.1.0
# via -r requirements/test.txt
urllib3==2.0.3
urllib3==2.0.4
# via
# -r requirements/test.txt
# requests
virtualenv==20.23.1
virtualenv==20.24.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
wheel==0.40.0
wheel==0.41.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
#
build==0.10.0
# via pip-tools
click==8.1.4
click==8.1.6
# via pip-tools
packaging==23.1
# via build
pip-tools==6.14.0
pip-tools==7.1.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pip-tools
wheel==0.40.0
wheel==0.41.0
# 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.40.0
wheel==0.41.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.0.0
# via -r requirements/pip.in
22 changes: 11 additions & 11 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ astroid==2.15.6
# via
# pylint
# pylint-celery
certifi==2023.5.7
certifi==2023.7.22
# via
# -r requirements/base.txt
# requests
Expand All @@ -26,14 +26,14 @@ charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
click==8.1.4
click==8.1.6
# via
# click-log
# code-annotations
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.2.7
# via
Expand All @@ -49,9 +49,9 @@ defusedxml==0.7.1
# -r requirements/base.txt
# python3-openid
# social-auth-core
dill==0.3.6
dill==0.3.7
# via pylint
distlib==0.3.6
distlib==0.3.7
# via virtualenv
# via
# -c requirements/common_constraints.txt
Expand Down Expand Up @@ -96,7 +96,7 @@ packaging==23.1
# tox
pbr==5.11.1
# via stevedore
platformdirs==3.8.1
platformdirs==3.9.1
# via
# pylint
# virtualenv
Expand All @@ -114,11 +114,11 @@ pycparser==2.21
# cffi
pycryptodomex==3.18.0
# via -r requirements/test.in
pyjwt[crypto]==2.7.0
pyjwt[crypto]==2.8.0
# via
# -r requirements/base.txt
# social-auth-core
pylint==2.17.4
pylint==2.17.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -150,7 +150,7 @@ pytz==2023.3
# via
# -r requirements/base.txt
# django
pyyaml==6.0
pyyaml==6.0.1
# via code-annotations
requests==2.31.0
# via
Expand Down Expand Up @@ -203,11 +203,11 @@ typing-extensions==4.7.1
# pylint
unittest2==1.1.0
# via -r requirements/test.in
urllib3==2.0.3
urllib3==2.0.4
# via
# -r requirements/base.txt
# requests
virtualenv==20.23.1
virtualenv==20.24.2
# via tox
wrapt==1.15.0
# via astroid

0 comments on commit f89d3e3

Please sign in to comment.