Skip to content

Commit

Permalink
chore: Updating Python Requirements (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jul 14, 2023
1 parent 375127c commit af9e3e6
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 37 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ cffi==1.15.1
# via
# cryptography
# pynacl
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.4
# via
# celery
# click-didyoumean
Expand All @@ -42,7 +42,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.3.0
# via edx-toggles
cryptography==41.0.1
cryptography==41.0.2
# via pyjwt
django==3.2.20
# via
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.3
click==8.1.4
# via
# celery
# click-didyoumean
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
24 changes: 12 additions & 12 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/quality.txt
# django
astroid==2.15.5
astroid==2.15.6
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -31,11 +31,11 @@ cffi==1.15.1
# cryptography
chardet==5.1.0
# via diff-cover
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via
# -r requirements/quality.txt
# requests
click==8.1.3
click==8.1.4
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -60,7 +60,7 @@ commonmark==0.9.1
# via
# -r requirements/quality.txt
# rich
cryptography==41.0.1
cryptography==41.0.2
# via
# -r requirements/quality.txt
# secretstorage
Expand All @@ -84,7 +84,7 @@ docutils==0.19
# -r requirements/quality.txt
# readme-renderer
# rstcheck-core
edx-i18n-tools==0.9.2
edx-i18n-tools==1.0.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via -r requirements/quality.txt
Expand All @@ -97,20 +97,20 @@ idna==3.4
# via
# -r requirements/quality.txt
# requests
importlib-metadata==6.7.0
importlib-metadata==6.8.0
# via
# -r requirements/quality.txt
# keyring
# twine
importlib-resources==5.12.0
importlib-resources==6.0.0
# via
# -r requirements/quality.txt
# keyring
isort==5.12.0
# via
# -r requirements/quality.txt
# pylint
jaraco-classes==3.2.3
jaraco-classes==3.3.0
# via
# -r requirements/quality.txt
# keyring
Expand Down Expand Up @@ -150,7 +150,7 @@ packaging==23.1
# -r requirements/pip-tools.txt
# build
# tox
path==16.6.0
path==16.7.1
# via edx-i18n-tools
pbr==5.11.1
# via
Expand All @@ -162,7 +162,7 @@ pkginfo==1.9.6
# via
# -r requirements/quality.txt
# twine
platformdirs==3.8.0
platformdirs==3.8.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -185,7 +185,7 @@ pycparser==2.21
# via
# -r requirements/quality.txt
# cffi
pydantic==1.10.10
pydantic==1.10.11
# via
# -r requirements/quality.txt
# rstcheck-core
Expand Down Expand Up @@ -355,7 +355,7 @@ wrapt==1.15.0
# via
# -r requirements/quality.txt
# astroid
zipp==3.15.0
zipp==3.16.0
# via
# -r requirements/quality.txt
# importlib-metadata
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ cffi==1.15.1
# via
# cryptography
# pynacl
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.4
# via
# celery
# click-didyoumean
Expand All @@ -48,7 +48,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.3.0
# via edx-toggles
cryptography==41.0.1
cryptography==41.0.2
# via pyjwt
django==3.2.20
# via
Expand Down Expand Up @@ -127,7 +127,7 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.7.0
importlib-metadata==6.8.0
# via sphinx
inflection==0.5.1
# via 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.15.0
zipp==3.16.0
# via importlib-metadata
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
20 changes: 10 additions & 10 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
astroid==2.15.5
astroid==2.15.6
# via
# pylint
# pylint-celery
Expand All @@ -16,9 +16,9 @@ certifi==2023.5.7
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.4
# via
# click-log
# code-annotations
Expand All @@ -32,7 +32,7 @@ colorama==0.4.6
# via typer
commonmark==0.9.1
# via rich
cryptography==41.0.1
cryptography==41.0.2
# via secretstorage
dill==0.3.6
# via pylint
Expand All @@ -48,17 +48,17 @@ edx-lint==5.3.4
# via -r requirements/quality.in
idna==3.4
# via 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
isort==5.12.0
# via
# -r requirements/quality.in
# pylint
jaraco-classes==3.2.3
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
Expand All @@ -80,13 +80,13 @@ pbr==5.11.1
# via stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.8.0
platformdirs==3.8.1
# via pylint
pycodestyle==2.10.0
# via -r requirements/quality.in
pycparser==2.21
# via cffi
pydantic==1.10.10
pydantic==1.10.11
# via rstcheck-core
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -173,7 +173,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
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,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
# celery
Expand Down Expand Up @@ -64,7 +64,7 @@ code-annotations==1.3.0
# edx-toggles
coverage[toml]==7.2.7
# via pytest-cov
cryptography==41.0.1
cryptography==41.0.2
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -167,7 +167,7 @@ markupsafe==2.1.3
# via
# -r requirements/base.txt
# jinja2
mock==5.0.2
mock==5.1.0
# via -r requirements/test.in
newrelic==8.8.1
# via
Expand Down

0 comments on commit af9e3e6

Please sign in to comment.