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

Merged
merged 1 commit into from
Jan 13, 2022
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ uritemplate==4.1.1
# via
# coreapi
# drf-yasg
urllib3==1.26.7
urllib3==1.26.8
# via requests
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ toml==0.10.2
# via tox
tox==3.24.5
# via -r requirements/ci.in
urllib3==1.26.7
urllib3==1.26.8
# via requests
virtualenv==20.13.0
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.4.1
# via
# -r requirements/quality.txt
# django
astroid==2.9.2
astroid==2.9.3
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -171,7 +171,7 @@ packaging==21.3
# drf-yasg
# pytest
# tox
path==16.2.0
path==16.3.0
# via edx-i18n-tools
pbr==5.8.0
# via
Expand Down Expand Up @@ -216,7 +216,7 @@ pycparser==2.21
# cffi
pydocstyle==6.1.1
# via -r requirements/quality.txt
pygments==2.11.1
pygments==2.11.2
# via
# -r requirements/quality.txt
# diff-cover
Expand Down Expand Up @@ -285,7 +285,7 @@ requests-toolbelt==0.9.1
# via
# -r requirements/quality.txt
# twine
rfc3986==1.5.0
rfc3986==2.0.0
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -360,7 +360,7 @@ uritemplate==4.1.1
# -r requirements/quality.txt
# coreapi
# drf-yasg
urllib3==1.26.7
urllib3==1.26.8
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ py==1.11.0
# pytest
pycparser==2.21
# via cffi
pygments==2.11.1
pygments==2.11.2
# via
# doc8
# readme-renderer
Expand Down Expand Up @@ -164,7 +164,7 @@ requests-toolbelt==0.9.1
# via twine
restructuredtext-lint==1.3.2
# via doc8
rfc3986==1.5.0
rfc3986==2.0.0
# via twine
ruamel.yaml==0.17.20
# via
Expand Down Expand Up @@ -221,7 +221,7 @@ uritemplate==4.1.1
# -r requirements/test.txt
# coreapi
# drf-yasg
urllib3==1.26.7
urllib3==1.26.8
# via
# -r requirements/test.txt
# requests
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.4.1
# via
# -r requirements/test.txt
# django
astroid==2.9.2
astroid==2.9.3
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -139,7 +139,7 @@ pycparser==2.21
# via cffi
pydocstyle==6.1.1
# via -r requirements/quality.in
pygments==2.11.1
pygments==2.11.2
# via readme-renderer
pylint==2.12.2
# via
Expand Down Expand Up @@ -187,7 +187,7 @@ requests==2.27.1
# twine
requests-toolbelt==0.9.1
# via twine
rfc3986==1.5.0
rfc3986==2.0.0
# via twine
ruamel.yaml==0.17.20
# via
Expand Down Expand Up @@ -235,7 +235,7 @@ uritemplate==4.1.1
# -r requirements/test.txt
# coreapi
# drf-yasg
urllib3==1.26.7
urllib3==1.26.8
# via
# -r requirements/test.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ uritemplate==4.1.1
# -r requirements/base.txt
# coreapi
# drf-yasg
urllib3==1.26.7
urllib3==1.26.8
# via
# -r requirements/base.txt
# requests