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

Merged
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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ asgiref==3.7.2
# via django
certifi==2023.7.22
# via requests
cffi==1.15.1
cffi==1.16.0
# via cryptography
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
cryptography==41.0.4
# via
# pyjwt
# social-auth-core
defusedxml==0.7.1
defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==3.2.21
django==3.2.22
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -59,5 +59,5 @@ sqlparse==0.4.4
# via django
typing-extensions==4.8.0
# via asgiref
urllib3==2.0.5
urllib3==2.0.6
# via requests
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ filelock==3.12.4
# via
# tox
# virtualenv
packaging==23.1
packaging==23.2
# via tox
platformdirs==3.10.0
platformdirs==3.11.0
# via virtualenv
pluggy==1.3.0
# via tox
Expand Down
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ certifi==2023.7.22
# via
# -r requirements/test.txt
# requests
cffi==1.15.1
cffi==1.16.0
# via
# -r requirements/test.txt
# cryptography
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via
# -r requirements/test.txt
# requests
Expand All @@ -49,7 +49,7 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -58,7 +58,7 @@ cryptography==41.0.4
# -r requirements/test.txt
# pyjwt
# social-auth-core
defusedxml==0.7.1
defusedxml==0.8.0rc2
# via
# -r requirements/test.txt
# python3-openid
Expand All @@ -72,7 +72,7 @@ distlib==0.3.7
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==3.2.21
django==3.2.22
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -132,7 +132,7 @@ oauthlib==3.2.2
# -r requirements/test.txt
# requests-oauthlib
# social-auth-core
packaging==23.1
packaging==23.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand All @@ -146,7 +146,7 @@ pbr==5.11.1
# stevedore
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.10.0
platformdirs==3.11.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -175,7 +175,7 @@ pyjwt[crypto]==2.8.0
# via
# -r requirements/test.txt
# social-auth-core
pylint==2.17.6
pylint==2.17.7
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -294,7 +294,7 @@ typing-extensions==4.8.0
# pylint
unittest2==1.1.0
# via -r requirements/test.txt
urllib3==2.0.5
urllib3==2.0.6
# via
# -r requirements/test.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
packaging==23.2
# via build
pip-tools==7.3.0
# via -r requirements/pip-tools.in
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ certifi==2023.7.22
# via
# -r requirements/base.txt
# requests
cffi==1.15.1
cffi==1.16.0
# via
# -r requirements/base.txt
# cryptography
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via
# -r requirements/base.txt
# requests
Expand All @@ -35,7 +35,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -44,7 +44,7 @@ cryptography==41.0.4
# -r requirements/base.txt
# pyjwt
# social-auth-core
defusedxml==0.7.1
defusedxml==0.8.0rc2
# via
# -r requirements/base.txt
# python3-openid
Expand Down Expand Up @@ -90,13 +90,13 @@ oauthlib==3.2.2
# -r requirements/base.txt
# requests-oauthlib
# social-auth-core
packaging==23.1
packaging==23.2
# via
# pytest
# tox
pbr==5.11.1
# via stevedore
platformdirs==3.10.0
platformdirs==3.11.0
# via
# pylint
# virtualenv
Expand All @@ -118,7 +118,7 @@ pyjwt[crypto]==2.8.0
# via
# -r requirements/base.txt
# social-auth-core
pylint==2.17.6
pylint==2.17.7
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -203,7 +203,7 @@ typing-extensions==4.8.0
# pylint
unittest2==1.1.0
# via -r requirements/test.in
urllib3==2.0.5
urllib3==2.0.6
# via
# -r requirements/base.txt
# requests
Expand Down