Skip to content

Commit

Permalink
chore: Updating Python Requirements (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jul 13, 2023
1 parent 1e44e5d commit f9040b7
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ certifi==2023.5.7
# via requests
cffi==1.15.1
# via pynacl
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.4
# via edx-django-utils
django==3.2.20
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.8.0
platformdirs==3.8.1
# via virtualenv
pluggy==1.2.0
# via tox
Expand Down
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==2.15.5
astroid==2.15.6
# via
# -r requirements/test.txt
# pylint
Expand All @@ -30,11 +30,11 @@ cffi==1.15.1
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.3
click==8.1.4
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand All @@ -55,7 +55,7 @@ coverage[toml]==7.2.7
# via
# -r requirements/test.txt
# pytest-cov
cryptography==41.0.1
cryptography==41.0.2
# via
# -r requirements/test.txt
# secretstorage
Expand Down Expand Up @@ -106,12 +106,12 @@ idna==3.4
# via
# -r requirements/test.txt
# requests
importlib-metadata==6.7.0
importlib-metadata==6.8.0
# via
# -r requirements/test.txt
# keyring
# twine
importlib-resources==5.12.0
importlib-resources==6.0.0
# via
# -r requirements/test.txt
# keyring
Expand All @@ -123,7 +123,7 @@ isort==5.12.0
# via
# -r requirements/test.txt
# pylint
jaraco-classes==3.2.3
jaraco-classes==3.3.0
# via
# -r requirements/test.txt
# keyring
Expand Down Expand Up @@ -186,7 +186,7 @@ pkginfo==1.9.6
# via
# -r requirements/test.txt
# twine
platformdirs==3.8.0
platformdirs==3.8.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -383,7 +383,7 @@ wrapt==1.15.0
# via
# -r requirements/test.txt
# astroid
zipp==3.15.0
zipp==3.16.0
# via
# -r requirements/test.txt
# importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==0.10.0
# via pip-tools
click==8.1.3
click==8.1.4
# via pip-tools
packaging==23.1
# via build
Expand Down
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==2.15.5
astroid==2.15.6
# via
# pylint
# pylint-celery
Expand All @@ -23,11 +23,11 @@ cffi==1.15.1
# -r requirements/base.txt
# cryptography
# pynacl
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
click==8.1.3
click==8.1.4
# via
# -r requirements/base.txt
# click-log
Expand All @@ -40,7 +40,7 @@ code-annotations==1.3.0
# via edx-lint
coverage[toml]==7.2.7
# via pytest-cov
cryptography==41.0.1
cryptography==41.0.2
# via secretstorage
ddt==1.6.0
# via -r requirements/test.in
Expand Down Expand Up @@ -73,17 +73,17 @@ idna==3.4
# via
# -r requirements/base.txt
# requests
importlib-metadata==6.7.0
importlib-metadata==6.8.0
# via
# keyring
# twine
importlib-resources==5.12.0
importlib-resources==6.0.0
# via keyring
iniconfig==2.0.0
# via pytest
isort==5.12.0
# via pylint
jaraco-classes==3.2.3
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -117,7 +117,7 @@ pbr==5.11.1
# stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.8.0
platformdirs==3.8.1
# via pylint
pluggy==1.2.0
# via pytest
Expand Down Expand Up @@ -240,7 +240,7 @@ webencodings==0.5.1
# via bleach
wrapt==1.15.0
# via astroid
zipp==3.15.0
zipp==3.16.0
# via
# importlib-metadata
# importlib-resources

0 comments on commit f9040b7

Please sign in to comment.