Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #186

Merged
merged 1 commit into from
Nov 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
#
amqp==2.6.1
# via kombu
asgiref==3.4.1
# via django
billiard==3.6.4.0
# via celery
celery==4.4.7
# via
# -c requirements/constraints.txt
# -r requirements/base.in
django==2.2.24
django==3.2.9
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ coverage==6.1.2
# via codecov
distlib==0.3.3
# via virtualenv
filelock==3.3.2
filelock==3.4.0
# via
# tox
# virtualenv
idna==3.3
# via requests
packaging==21.2
packaging==21.3
# via tox
platformdirs==2.4.0
# via virtualenv
pluggy==1.0.0
# via tox
py==1.11.0
# via tox
pyparsing==2.4.7
pyparsing==3.0.6
# via packaging
requests==2.26.0
# via codecov
Expand Down
18 changes: 11 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ amqp==2.6.1
# via
# -r requirements/test.txt
# kombu
astroid==2.8.5
asgiref==3.4.1
# via
# -r requirements/test.txt
# django
astroid==2.8.6
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -65,7 +69,7 @@ distlib==0.3.3
# via
# -r requirements/ci.txt
# virtualenv
django==2.2.24
django==3.2.9
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -82,7 +86,7 @@ edx-lint==5.2.1
# via
# -r requirements/dev.in
# -r requirements/quality.txt
filelock==3.3.2
filelock==3.4.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -121,15 +125,15 @@ mccabe==0.6.1
# pylint
mock==4.0.3
# via -r requirements/test.txt
packaging==21.2
packaging==21.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# pytest
# tox
path==16.2.0
# via edx-i18n-tools
pbr==5.7.0
pbr==5.8.0
# via
# -r requirements/quality.txt
# stevedore
Expand Down Expand Up @@ -183,7 +187,7 @@ pylint-plugin-utils==0.6
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pyparsing==2.4.7
pyparsing==3.0.6
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -225,7 +229,7 @@ six==1.16.0
# edx-lint
# tox
# virtualenv
snowballstemmer==2.1.0
snowballstemmer==2.2.0
# via
# -r requirements/quality.txt
# pydocstyle
Expand Down
20 changes: 12 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ amqp==2.6.1
# via
# -r requirements/base.txt
# kombu
asgiref==3.4.1
# via
# -r requirements/base.txt
# django
attrs==21.2.0
# via jsonschema
babel==2.9.1
Expand Down Expand Up @@ -40,9 +44,9 @@ coreapi==2.3.3
# openapi-codec
coreschema==0.0.4
# via coreapi
cryptography==35.0.0
cryptography==36.0.0
# via secretstorage
django==2.2.24
django==3.2.9
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -99,13 +103,13 @@ markupsafe==2.0.1
# via jinja2
openapi-codec==1.3.2
# via django-rest-swagger
packaging==21.2
packaging==21.3
# via
# bleach
# sphinx
pbr==5.7.0
pbr==5.8.0
# via stevedore
pkginfo==1.7.1
pkginfo==1.8.1
# via twine
pycparser==2.21
# via cffi
Expand All @@ -114,7 +118,7 @@ pygments==2.10.0
# doc8
# readme-renderer
# sphinx
pyparsing==2.4.7
pyparsing==3.0.6
# via packaging
pyrsistent==0.18.0
# via jsonschema
Expand Down Expand Up @@ -146,13 +150,13 @@ rules==3.0
# via -r requirements/doc.in
secretstorage==3.3.1
# via keyring
simplejson==3.17.5
simplejson==3.17.6
# via django-rest-swagger
six==1.16.0
# via
# bleach
# edx-sphinx-theme
snowballstemmer==2.1.0
snowballstemmer==2.2.0
# via sphinx
sphinx==4.3.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.37.0
# The following packages are considered to be unsafe in a requirements file:
pip==21.3.1
# via -r requirements/pip.in
setuptools==59.0.1
setuptools==59.2.0
# via -r requirements/pip.in
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.8.5
astroid==2.8.6
# via
# pylint
# pylint-celery
Expand All @@ -31,7 +31,7 @@ markupsafe==2.0.1
# via jinja2
mccabe==0.6.1
# via pylint
pbr==5.7.0
pbr==5.8.0
# via stevedore
platformdirs==2.4.0
# via pylint
Expand Down Expand Up @@ -61,7 +61,7 @@ pyyaml==5.4.1
# code-annotations
six==1.16.0
# via edx-lint
snowballstemmer==2.1.0
snowballstemmer==2.2.0
# via pydocstyle
stevedore==3.5.0
# via code-annotations
Expand Down
8 changes: 6 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
# via
# -r requirements/base.txt
# kombu
asgiref==3.4.1
# via
# -r requirements/base.txt
# django
attrs==21.2.0
# via pytest
# via
Expand All @@ -32,15 +36,15 @@ iniconfig==1.1.1
# celery
mock==4.0.3
# via -r requirements/test.in
packaging==21.2
packaging==21.3
# via
# -r requirements/test.in
# pytest
pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pyparsing==2.4.7
pyparsing==3.0.6
# via packaging
pytest==6.2.5
# via
Expand Down