Skip to content

Commit

Permalink
chore: upgrade python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed May 30, 2022
1 parent c9cc8ef commit 13a9b85
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 47 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
amqp==5.1.1
# via kombu
asgiref==3.5.1
asgiref==3.5.2
# via django
billiard==3.6.4.0
# via celery
celery==5.2.6
celery==5.2.7
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery52.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
amqp==5.1.1
billiard==3.6.4.0
celery==5.2.6
celery==5.2.7
click==8.1.3
click-didyoumean==0.3.0
click-repl==0.2.0
Expand Down
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# make upgrade
#
certifi==2021.10.8
certifi==2022.5.18.1
# via requests
charset-normalizer==2.0.12
# via requests
codecov==2.1.12
# via -r requirements/ci.in
coverage==6.3.2
coverage==6.4
# via codecov
distlib==0.3.4
# via virtualenv
filelock==3.6.0
filelock==3.7.0
# via
# tox
# virtualenv
Expand All @@ -28,7 +28,7 @@ pluggy==1.0.0
# via tox
py==1.11.0
# via tox
pyparsing==3.0.8
pyparsing==3.0.9
# via packaging
requests==2.27.1
# via codecov
Expand Down
20 changes: 10 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/test.txt
# kombu
asgiref==3.5.1
asgiref==3.5.2
# via
# -r requirements/test.txt
# django
astroid==2.11.4
astroid==2.11.5
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -25,11 +25,11 @@ billiard==3.6.4.0
# via
# -r requirements/test.txt
# celery
celery==5.2.6
celery==5.2.7
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
certifi==2021.10.8
certifi==2022.5.18.1
# via
# -r requirements/ci.txt
# requests
Expand Down Expand Up @@ -72,13 +72,13 @@ code-annotations==1.3.0
# edx-lint
codecov==2.1.12
# via -r requirements/ci.txt
coverage[toml]==6.3.2
coverage[toml]==6.4
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# codecov
# pytest-cov
dill==0.3.4
dill==0.3.5.1
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -103,7 +103,7 @@ edx-lint==5.2.2
# via
# -r requirements/dev.in
# -r requirements/quality.txt
filelock==3.6.0
filelock==3.7.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -158,7 +158,7 @@ pep517==0.12.0
# via
# -r requirements/pip-tools.txt
# pip-tools
pip-tools==6.6.0
pip-tools==6.6.2
# via -r requirements/pip-tools.txt
platformdirs==2.5.2
# via
Expand Down Expand Up @@ -188,7 +188,7 @@ pycodestyle==2.8.0
# via -r requirements/quality.txt
pydocstyle==6.1.1
# via -r requirements/quality.txt
pylint==2.13.8
pylint==2.13.9
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -208,7 +208,7 @@ pylint-plugin-utils==0.7
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pyparsing==3.0.8
pyparsing==3.0.9
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
32 changes: 10 additions & 22 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/base.txt
# kombu
asgiref==3.5.1
asgiref==3.5.2
# via
# -r requirements/base.txt
# django
Expand All @@ -26,14 +26,12 @@ bleach==5.0.0
# via readme-renderer
cached-property==1.5.2
# via swagger2rst
celery==5.2.6
celery==5.2.7
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
certifi==2021.10.8
certifi==2022.5.18.1
# via requests
cffi==1.15.0
# via cryptography
charset-normalizer==2.0.12
# via requests
click==8.1.3
Expand Down Expand Up @@ -63,8 +61,6 @@ coreapi==2.3.3
# openapi-codec
coreschema==0.0.4
# via coreapi
cryptography==37.0.2
# via secretstorage
django==3.2.13
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand All @@ -79,9 +75,9 @@ djangorestframework==3.13.1
# via
# -r requirements/base.txt
# django-rest-swagger
doc8==0.11.1
doc8==0.11.2
# via -r requirements/doc.in
docutils==0.17.1
docutils==0.18.1
# via
# doc8
# readme-renderer
Expand All @@ -93,7 +89,7 @@ idna==3.3
# via requests
imagesize==1.3.0
# via sphinx
importlib-metadata==4.11.3
importlib-metadata==4.11.4
# via
# keyring
# sphinx
Expand All @@ -102,18 +98,14 @@ importlib-resources==5.7.1
# via jsonschema
itypes==1.2.0
# via coreapi
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via
# coreschema
# sphinx
# swagger2rst
jsonschema==4.5.1
# via swagger2rst
keyring==23.5.0
keyring==23.5.1
# via twine
kombu==5.2.4
# via
Expand All @@ -133,15 +125,13 @@ prompt-toolkit==3.0.29
# via
# -r requirements/base.txt
# click-repl
pycparser==2.21
# via cffi
pygments==2.12.0
# via
# doc8
# readme-renderer
# rich
# sphinx
pyparsing==3.0.8
pyparsing==3.0.9
# via packaging
pyrsistent==0.18.1
# via jsonschema
Expand Down Expand Up @@ -170,12 +160,10 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==12.4.1
rich==12.4.4
# via twine
rules==3.3
# via -r requirements/doc.in
secretstorage==3.3.2
# via keyring
simplejson==3.17.6
# via django-rest-swagger
six==1.16.0
Expand All @@ -186,7 +174,7 @@ six==1.16.0
# edx-sphinx-theme
snowballstemmer==2.2.0
# via sphinx
sphinx==4.5.0
sphinx==5.0.0
# via
# -r requirements/doc.in
# edx-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ click==8.1.3
# via pip-tools
pep517==0.12.0
# via pip-tools
pip-tools==6.6.0
pip-tools==6.6.2
# via -r requirements/pip-tools.in
tomli==2.0.1
# via pep517
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.37.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==22.0.4
pip==22.1.1
# via -r requirements/pip.in
setuptools==59.8.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.11.4
astroid==2.11.5
# via
# pylint
# pylint-celery
Expand All @@ -17,7 +17,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
# via edx-lint
dill==0.3.4
dill==0.3.5.1
# via pylint
edx-lint==5.2.2
# via -r requirements/quality.in
Expand All @@ -41,7 +41,7 @@ pycodestyle==2.8.0
# via -r requirements/quality.in
pydocstyle==6.1.1
# via -r requirements/quality.in
pylint==2.13.8
pylint==2.13.9
# via
# edx-lint
# pylint-celery
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# via
# -r requirements/base.txt
# kombu
asgiref==3.5.1
asgiref==3.5.2
# via
# -r requirements/base.txt
# django
Expand Down Expand Up @@ -36,7 +36,7 @@ click-repl==0.2.0
# via
# -r requirements/base.txt
# celery
coverage[toml]==6.3.2
coverage[toml]==6.4
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down Expand Up @@ -64,7 +64,7 @@ pluggy==1.0.0
# click-repl
py==1.11.0
# via pytest
pyparsing==3.0.8
pyparsing==3.0.9
# via packaging
pytest==7.1.2
# via
Expand Down

0 comments on commit 13a9b85

Please sign in to comment.