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

Closed
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/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,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
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ coverage[toml]==6.5.0
# pytest-cov
coveralls==3.3.1
# via -r requirements/ci.in
cryptography==41.0.4
cryptography==41.0.5
# via
# pyjwt
# secretstorage
Expand Down Expand Up @@ -112,7 +112,7 @@ edx-django-utils==5.7.0
# edx-toggles
edx-drf-extensions==8.12.0
# via -r requirements/base.in
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.in
edx-opaque-keys==2.5.1
# via edx-drf-extensions
Expand Down Expand Up @@ -240,7 +240,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 @@ -252,7 +252,7 @@ pynacl==1.5.0
# via edx-django-utils
pysrt==1.1.2
# via -r requirements/base.in
pytest==7.4.2
pytest==7.4.3
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -357,7 +357,7 @@ urllib3==2.0.7
# twine
uvicorn==0.23.2
# via pact-python
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
zipp==3.17.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ coverage[toml]==7.3.2
# via
# -r requirements/test.in
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# pyjwt
# secretstorage
Expand Down Expand Up @@ -101,7 +101,7 @@ edx-django-utils==5.7.0
# edx-toggles
edx-drf-extensions==8.12.0
# via -r requirements/base.in
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.in
edx-opaque-keys==2.5.1
# via edx-drf-extensions
Expand Down Expand Up @@ -213,7 +213,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 @@ -225,7 +225,7 @@ pynacl==1.5.0
# via edx-django-utils
pysrt==1.1.2
# via -r requirements/base.in
pytest==7.4.2
pytest==7.4.3
# via
# pytest-cov
# pytest-django
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ coverage[toml]==7.3.2
# via
# -r requirements/test.in
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via pyjwt
ddt==1.6.0
# via -r requirements/test.in
Expand Down Expand Up @@ -152,7 +152,7 @@ pynacl==1.5.0
# via edx-django-utils
pysrt==1.1.2
# via -r requirements/base.in
pytest==7.4.2
pytest==7.4.3
# via
# pytest-cov
# pytest-django
Expand Down
Loading