Skip to content

Commit

Permalink
chore: Updating Python Requirements (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed May 18, 2022
1 parent 708e392 commit ae1d925
Show file tree
Hide file tree
Showing 8 changed files with 117 additions and 48 deletions.
15 changes: 11 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
amqp==5.1.1
# via kombu
asgiref==3.5.0
asgiref==3.5.1
# via django
billiard==3.6.4.0
# via celery
Expand All @@ -16,14 +16,17 @@ celery==5.2.6
# edx-celeryutils
certifi==2021.10.8
# via requests
cffi==1.15.0
# via pynacl
charset-normalizer==2.0.12
# via requests
click==8.1.2
click==8.1.3
# via
# celery
# click-didyoumean
# click-plugins
# click-repl
# edx-django-utils
click-didyoumean==0.3.0
# via celery
click-plugins==1.1.1
Expand Down Expand Up @@ -57,7 +60,7 @@ djangorestframework==3.13.1
# via super-csv
edx-celeryutils==1.2.1
# via super-csv
edx-django-utils==4.6.0
edx-django-utils==4.8.1
# via super-csv
edx-opaque-keys==2.3.0
# via -r requirements/base.in
Expand All @@ -71,14 +74,18 @@ kombu==5.2.4
# via celery
newrelic==7.10.0.175
# via edx-django-utils
pbr==5.8.1
pbr==5.9.0
# via stevedore
prompt-toolkit==3.0.29
# via click-repl
psutil==5.9.0
# via edx-django-utils
pycparser==2.21
# via cffi
pymongo==3.12.3
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
pytz==2022.1
# via
# celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery50.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
amqp==5.1.1
billiard==3.6.4.0
celery==5.2.6
click==8.1.2
click==8.1.3
click-didyoumean==0.3.0
click-repl==0.2.0
kombu==5.2.4
Expand Down
33 changes: 23 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ amqp==5.1.1
# via
# -r requirements/quality.txt
# kombu
asgiref==3.5.0
asgiref==3.5.1
# via
# -r requirements/quality.txt
# django
astroid==2.11.3
astroid==2.11.5
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -35,14 +35,18 @@ certifi==2021.10.8
# -r requirements/ci.txt
# -r requirements/quality.txt
# requests
cffi==1.15.0
# via
# -r requirements/quality.txt
# pynacl
chardet==4.0.0
# via diff-cover
charset-normalizer==2.0.12
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# requests
click==8.1.2
click==8.1.3
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -52,6 +56,7 @@ click==8.1.2
# click-plugins
# click-repl
# code-annotations
# edx-django-utils
# edx-lint
# pip-tools
click-didyoumean==0.3.0
Expand Down Expand Up @@ -129,7 +134,7 @@ edx-celeryutils==1.2.1
# via
# -r requirements/quality.txt
# super-csv
edx-django-utils==4.6.0
edx-django-utils==4.8.1
# via
# -r requirements/quality.txt
# super-csv
Expand Down Expand Up @@ -161,7 +166,7 @@ isort==5.10.1
# via
# -r requirements/quality.txt
# pylint
jinja2==3.1.1
jinja2==3.1.2
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -200,7 +205,7 @@ packaging==21.3
# tox
path==16.4.0
# via edx-i18n-tools
pbr==5.8.1
pbr==5.9.0
# via
# -r requirements/quality.txt
# stevedore
Expand Down Expand Up @@ -241,11 +246,15 @@ py==1.11.0
# tox
pycodestyle==2.8.0
# via -r requirements/quality.txt
pycparser==2.21
# via
# -r requirements/quality.txt
# cffi
pydocstyle==6.1.1
# via -r requirements/quality.txt
pygments==2.11.2
pygments==2.12.0
# via diff-cover
pylint==2.13.7
pylint==2.13.8
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -269,6 +278,10 @@ pymongo==3.12.3
# via
# -r requirements/quality.txt
# edx-opaque-keys
pynacl==1.5.0
# via
# -r requirements/quality.txt
# edx-django-utils
pyparsing==3.0.8
# via
# -r requirements/ci.txt
Expand All @@ -283,7 +296,7 @@ pytest-cov==3.0.0
# via -r requirements/quality.txt
pytest-django==4.5.2
# via -r requirements/quality.txt
python-slugify==6.1.1
python-slugify==6.1.2
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -384,7 +397,7 @@ wheel==0.37.1
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.14.0
wrapt==1.14.1
# via
# -r requirements/quality.txt
# astroid
Expand Down
32 changes: 21 additions & 11 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ amqp==5.1.1
# via
# -r requirements/test.txt
# kombu
asgiref==3.5.0
asgiref==3.5.1
# via
# -r requirements/test.txt
# django
Expand All @@ -36,19 +36,23 @@ certifi==2021.10.8
# -r requirements/test.txt
# requests
cffi==1.15.0
# via cryptography
# via
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==2.0.12
# via
# -r requirements/test.txt
# requests
click==8.1.2
click==8.1.3
# via
# -r requirements/test.txt
# celery
# click-didyoumean
# click-plugins
# click-repl
# code-annotations
# edx-django-utils
click-didyoumean==0.3.0
# via
# -r requirements/test.txt
Expand All @@ -69,7 +73,7 @@ coverage[toml]==6.3.2
# via
# -r requirements/test.txt
# pytest-cov
cryptography==36.0.2
cryptography==37.0.2
# via secretstorage
ddt==1.4.4
# via -r requirements/test.txt
Expand Down Expand Up @@ -115,7 +119,7 @@ edx-celeryutils==1.2.1
# via
# -r requirements/test.txt
# super-csv
edx-django-utils==4.6.0
edx-django-utils==4.8.1
# via
# -r requirements/test.txt
# super-csv
Expand Down Expand Up @@ -146,7 +150,7 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.1
jinja2==3.1.2
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -176,7 +180,7 @@ packaging==21.3
# -r requirements/test.txt
# pytest
# sphinx
pbr==5.8.1
pbr==5.9.0
# via
# -r requirements/test.txt
# stevedore
Expand All @@ -199,8 +203,10 @@ py==1.11.0
# -r requirements/test.txt
# pytest
pycparser==2.21
# via cffi
pygments==2.11.2
# via
# -r requirements/test.txt
# cffi
pygments==2.12.0
# via
# doc8
# readme-renderer
Expand All @@ -210,6 +216,10 @@ pymongo==3.12.3
# via
# -r requirements/test.txt
# edx-opaque-keys
pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pyparsing==3.0.8
# via
# -r requirements/test.txt
Expand All @@ -223,7 +233,7 @@ pytest-cov==3.0.0
# via -r requirements/test.txt
pytest-django==4.5.2
# via -r requirements/test.txt
python-slugify==6.1.1
python-slugify==6.1.2
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -255,7 +265,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==12.2.0
rich==12.4.1
# via twine
secretstorage==3.3.2
# via keyring
Expand Down
25 changes: 19 additions & 6 deletions requirements/pii_check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==5.1.1
# via
# -r requirements/base.txt
# kombu
asgiref==3.5.0
asgiref==3.5.1
# via
# -r requirements/base.txt
# django
Expand All @@ -25,18 +25,23 @@ certifi==2021.10.8
# via
# -r requirements/base.txt
# requests
cffi==1.15.0
# via
# -r requirements/base.txt
# pynacl
charset-normalizer==2.0.12
# via
# -r requirements/base.txt
# requests
click==8.1.2
click==8.1.3
# via
# -r requirements/base.txt
# celery
# click-didyoumean
# click-plugins
# click-repl
# code-annotations
# edx-django-utils
click-didyoumean==0.3.0
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -85,7 +90,7 @@ edx-celeryutils==1.2.1
# via
# -r requirements/base.txt
# super-csv
edx-django-utils==4.6.0
edx-django-utils==4.8.1
# via
# -r requirements/base.txt
# super-csv
Expand All @@ -99,7 +104,7 @@ idna==3.3
# via
# -r requirements/base.txt
# requests
jinja2==3.1.1
jinja2==3.1.2
# via code-annotations
jsonfield==3.1.0
# via
Expand All @@ -115,7 +120,7 @@ newrelic==7.10.0.175
# via
# -r requirements/base.txt
# edx-django-utils
pbr==5.8.1
pbr==5.9.0
# via
# -r requirements/base.txt
# stevedore
Expand All @@ -127,11 +132,19 @@ psutil==5.9.0
# via
# -r requirements/base.txt
# edx-django-utils
pycparser==2.21
# via
# -r requirements/base.txt
# cffi
pymongo==3.12.3
# via
# -r requirements/base.txt
# edx-opaque-keys
python-slugify==6.1.1
pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
python-slugify==6.1.2
# via code-annotations
pytz==2022.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
click==8.1.2
click==8.1.3
# via pip-tools
pep517==0.12.0
# via pip-tools
Expand Down

0 comments on commit ae1d925

Please sign in to comment.