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

Merged
merged 1 commit into from
Feb 1, 2024
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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.0
cryptography==42.0.2
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -40,7 +40,7 @@ pyjwt[crypto]==2.8.0
# social-auth-core
python3-openid==3.2.0
# via social-auth-core
pytz==2023.3.post1
pytz==2023.4
# via django
requests==2.31.0
# via
Expand All @@ -52,13 +52,13 @@ six==1.16.0
# via -r requirements/base.in
social-auth-app-django==5.4.0
# via -r requirements/base.in
social-auth-core==4.5.1
social-auth-core==4.5.2
# via
# -r requirements/base.in
# social-auth-app-django
sqlparse==0.4.4
# via django
typing-extensions==4.9.0
# via asgiref
urllib3==2.1.0
urllib3==2.2.0
# via requests
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filelock==3.13.1
# virtualenv
packaging==23.2
# via tox
platformdirs==4.1.0
platformdirs==4.2.0
# via virtualenv
pluggy==1.4.0
# via tox
Expand Down
22 changes: 11 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==42.0.0
cryptography==42.0.2
# via
# -r requirements/test.txt
# pyjwt
Expand All @@ -64,7 +64,7 @@ defusedxml==0.8.0rc2
# -r requirements/test.txt
# python3-openid
# social-auth-core
dill==0.3.7
dill==0.3.8
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -146,7 +146,7 @@ pbr==6.0.0
# stevedore
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==4.1.0
platformdirs==4.2.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -200,24 +200,24 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements/test.txt
python-slugify==8.0.1
python-slugify==8.0.3
# via
# -r requirements/test.txt
# code-annotations
python3-openid==3.2.0
# via
# -r requirements/test.txt
# social-auth-core
pytz==2023.3.post1
pytz==2023.4
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -245,7 +245,7 @@ six==1.16.0
# unittest2
social-auth-app-django==5.4.0
# via -r requirements/test.txt
social-auth-core==4.5.1
social-auth-core==4.5.2
# via
# -r requirements/test.txt
# social-auth-app-django
Expand Down Expand Up @@ -294,7 +294,7 @@ typing-extensions==4.9.0
# pylint
unittest2==1.1.0
# via -r requirements/test.txt
urllib3==2.1.0
urllib3==2.2.0
# via
# -r requirements/test.txt
# requests
Expand Down
22 changes: 11 additions & 11 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via edx-lint
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/test.in
# pytest-cov
cryptography==42.0.0
cryptography==42.0.2
# via
# -r requirements/base.txt
# pyjwt
Expand All @@ -49,7 +49,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
dill==0.3.7
dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
Expand Down Expand Up @@ -97,7 +97,7 @@ packaging==23.2
# tox
pbr==6.0.0
# via stevedore
platformdirs==4.1.0
platformdirs==4.2.0
# via
# pylint
# virtualenv
Expand Down Expand Up @@ -134,21 +134,21 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==7.4.4
pytest==8.0.0
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements/test.in
python-slugify==8.0.1
python-slugify==8.0.3
# via code-annotations
python3-openid==3.2.0
# via
# -r requirements/base.txt
# social-auth-core
pytz==2023.3.post1
pytz==2023.4
# via
# -r requirements/base.txt
# django
Expand All @@ -174,7 +174,7 @@ six==1.16.0
# unittest2
social-auth-app-django==5.4.0
# via -r requirements/base.txt
social-auth-core==4.5.1
social-auth-core==4.5.2
# via
# -r requirements/base.txt
# social-auth-app-django
Expand Down Expand Up @@ -208,7 +208,7 @@ typing-extensions==4.9.0
# pylint
unittest2==1.1.0
# via -r requirements/test.in
urllib3==2.1.0
urllib3==2.2.0
# via
# -r requirements/base.txt
# requests
Expand Down
Loading