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

Merged
merged 1 commit into from
Oct 27, 2023
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 @@ -18,7 +18,7 @@ charset-normalizer==3.3.1
# via requests
click==8.1.7
# via edx-django-utils
cryptography==41.0.4
cryptography==41.0.5
# via pyjwt
django==3.2.22
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ coverage==7.3.2
# via codecov
distlib==0.3.7
# via virtualenv
filelock==3.12.4
filelock==3.13.0
# via
# tox
# virtualenv
Expand All @@ -40,5 +40,5 @@ tox==3.28.0
# -r requirements/ci.in
urllib3==2.0.7
# via requests
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ coverage[toml]==7.3.2
# -r requirements/quality.txt
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/quality.txt
# pyjwt
Expand Down Expand Up @@ -112,7 +112,7 @@ edx-drf-extensions==8.12.0
# via -r requirements/quality.txt
edx-i18n-tools==1.3.0
# via -r requirements/dev.in
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.txt
edx-opaque-keys==2.5.1
# via
Expand Down Expand Up @@ -240,7 +240,7 @@ pylint-celery==0.3
# via
# -r requirements/quality.txt
# edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -261,7 +261,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
babel==2.13.0
babel==2.13.1
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -47,7 +47,7 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -194,7 +194,7 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pydata-sphinx-theme==0.14.1
pydata-sphinx-theme==0.14.2
# via sphinx-book-theme
pygments==2.16.1
# via
Expand All @@ -218,7 +218,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -92,7 +92,7 @@ edx-django-utils==5.7.0
# edx-drf-extensions
edx-drf-extensions==8.12.0
# via -r requirements/test.txt
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.in
edx-opaque-keys==2.5.1
# via
Expand Down Expand Up @@ -184,7 +184,7 @@ pylint==3.0.2
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand All @@ -198,7 +198,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ coverage[toml]==7.3.2
# via
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -146,7 +146,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.4.2
pytest==7.4.3
# via
# pytest-cov
# pytest-django
Expand Down
Loading