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 #118

Merged
merged 1 commit into from
Nov 16, 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: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pyjwt[crypto]==2.3.0
# via
# drf-jwt
# edx-drf-extensions
pymongo==3.12.0
pymongo==3.12.1
# via edx-opaque-keys
python-dateutil==2.8.2
# via
Expand All @@ -101,7 +101,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.4.2
# via django
stevedore==3.4.0
stevedore==3.5.0
# via
# edx-django-utils
# edx-opaque-keys
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pluggy==1.0.0
# via tox
py==1.10.0
# via tox
pyparsing==2.4.7
pyparsing==3.0.1
# via packaging
requests==2.26.0
# via codecov
Expand All @@ -48,5 +48,5 @@ tox-battery==0.6.1
# via -r requirements/ci.in
urllib3==1.26.7
# via requests
virtualenv==20.8.1
virtualenv==20.9.0
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ pbr==5.6.0
# via
# -r requirements/quality.txt
# stevedore
pep517==0.11.1
pep517==0.12.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -239,11 +239,11 @@ pylint-plugin-utils==0.6
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pymongo==3.12.0
pymongo==3.12.1
# via
# -r requirements/quality.txt
# edx-opaque-keys
pyparsing==2.4.7
pyparsing==3.0.1
# via
# -r requirements/quality.txt
# packaging
Expand Down Expand Up @@ -302,7 +302,7 @@ sqlparse==0.4.2
# via
# -r requirements/quality.txt
# django
stevedore==3.4.0
stevedore==3.5.0
# via
# -r requirements/quality.txt
# code-annotations
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ pyjwt[crypto]==2.3.0
# -r requirements/test.txt
# drf-jwt
# edx-drf-extensions
pymongo==3.12.0
pymongo==3.12.1
# via
# -r requirements/test.txt
# edx-opaque-keys
pyparsing==2.4.7
pyparsing==3.0.1
# via
# -r requirements/test.txt
# packaging
Expand Down Expand Up @@ -254,7 +254,7 @@ sqlparse==0.4.2
# via
# -r requirements/test.txt
# django
stevedore==3.4.0
stevedore==3.5.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
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 @@
#
click==8.0.3
# via pip-tools
pep517==0.11.1
pep517==0.12.0
# via pip-tools
pip-tools==6.4.0
# via -r requirements/pip-tools.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.37.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==21.3
pip==21.3.1
# via -r requirements/pip.in
setuptools==58.2.0
setuptools==58.3.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 @@ -192,11 +192,11 @@ pylint-plugin-utils==0.6
# via
# pylint-celery
# pylint-django
pymongo==3.12.0
pymongo==3.12.1
# via
# -r requirements/test.txt
# edx-opaque-keys
pyparsing==2.4.7
pyparsing==3.0.1
# via
# -r requirements/test.txt
# packaging
Expand Down Expand Up @@ -252,7 +252,7 @@ sqlparse==0.4.2
# via
# -r requirements/test.txt
# django
stevedore==3.4.0
stevedore==3.5.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ pyjwt[crypto]==2.3.0
# -r requirements/base.txt
# drf-jwt
# edx-drf-extensions
pymongo==3.12.0
pymongo==3.12.1
# via
# -r requirements/base.txt
# edx-opaque-keys
pyparsing==2.4.7
pyparsing==3.0.1
# via packaging
pytest==6.2.5
# via
Expand Down Expand Up @@ -187,7 +187,7 @@ sqlparse==0.4.2
# via
# -r requirements/base.txt
# django
stevedore==3.4.0
stevedore==3.5.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down