Skip to content

Commit

Permalink
chore: Updating Python Requirements (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jul 21, 2023
1 parent af9e3e6 commit c47f734
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cffi==1.15.1
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.4
click==8.1.5
# via
# celery
# click-didyoumean
Expand Down Expand Up @@ -150,7 +150,7 @@ pytz==2023.3
# django
# djangorestframework
# drf-yasg
pyyaml==6.0
pyyaml==6.0.1
# via
# code-annotations
# drf-yasg
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery50.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ billiard==4.1.0
# via celery
celery==5.3.1
# via -r requirements/celery50.in
click==8.1.4
click==8.1.5
# via
# celery
# click-didyoumean
Expand Down
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.0
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/quality.txt
# requests
click==8.1.4
click==8.1.5
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -64,13 +64,13 @@ cryptography==41.0.2
# via
# -r requirements/quality.txt
# secretstorage
diff-cover==7.6.0
diff-cover==7.7.0
# via -r requirements/dev.in
dill==0.3.6
# via
# -r requirements/quality.txt
# pylint
distlib==0.3.6
distlib==0.3.7
# via
# -r requirements/ci.txt
# virtualenv
Expand Down Expand Up @@ -156,13 +156,13 @@ pbr==5.11.1
# via
# -r requirements/quality.txt
# stevedore
pip-tools==6.14.0
pip-tools==7.0.0
# via -r requirements/pip-tools.txt
pkginfo==1.9.6
# via
# -r requirements/quality.txt
# twine
platformdirs==3.8.1
platformdirs==3.9.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -229,7 +229,7 @@ pytz==2023.3
# via
# -r requirements/quality.txt
# django
pyyaml==6.0
pyyaml==6.0.1
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -339,7 +339,7 @@ urllib3==2.0.3
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.23.1
virtualenv==20.24.0
# via
# -r requirements/ci.txt
# tox
Expand All @@ -355,7 +355,7 @@ wrapt==1.15.0
# via
# -r requirements/quality.txt
# astroid
zipp==3.16.0
zipp==3.16.2
# via
# -r requirements/quality.txt
# importlib-metadata
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cffi==1.15.1
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.4
click==8.1.5
# via
# celery
# click-didyoumean
Expand Down Expand Up @@ -182,7 +182,7 @@ pytz==2023.3
# django
# djangorestframework
# drf-yasg
pyyaml==6.0
pyyaml==6.0.1
# via
# code-annotations
# drf-yasg
Expand Down Expand Up @@ -257,5 +257,5 @@ wcwidth==0.2.6
# via prompt-toolkit
webencodings==0.5.1
# via bleach
zipp==3.16.0
zipp==3.16.2
# via importlib-metadata
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
build==0.10.0
# via pip-tools
click==8.1.4
click==8.1.5
# via pip-tools
packaging==23.1
# via build
pip-tools==6.14.0
pip-tools==7.0.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cffi==1.15.1
# via cryptography
charset-normalizer==3.2.0
# via requests
click==8.1.4
click==8.1.5
# via
# click-log
# code-annotations
Expand Down Expand Up @@ -80,7 +80,7 @@ pbr==5.11.1
# via stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.8.1
platformdirs==3.9.1
# via pylint
pycodestyle==2.10.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -112,7 +112,7 @@ python-slugify==8.0.1
# via code-annotations
pytz==2023.3
# via django
pyyaml==6.0
pyyaml==6.0.1
# via code-annotations
readme-renderer==40.0
# via twine
Expand Down Expand Up @@ -173,7 +173,7 @@ webencodings==0.5.1
# via bleach
wrapt==1.15.0
# via astroid
zipp==3.16.0
zipp==3.16.2
# via
# importlib-metadata
# importlib-resources
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
click==8.1.4
click==8.1.5
# via
# -r requirements/base.txt
# celery
Expand Down Expand Up @@ -232,7 +232,7 @@ pytz==2023.3
# django
# djangorestframework
# drf-yasg
pyyaml==6.0
pyyaml==6.0.1
# via
# -r requirements/base.txt
# code-annotations
Expand Down

0 comments on commit c47f734

Please sign in to comment.