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

Merged
merged 1 commit into from
Feb 23, 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
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/ci.in
urllib3==2.2.0
urllib3==2.2.1
# via requests
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
17 changes: 8 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
annotated-types==0.6.0
# via pydantic
anyio==4.2.0
anyio==4.3.0
# via starlette
appdirs==1.4.4
# via fs
Expand Down Expand Up @@ -54,7 +54,7 @@ coverage[toml]==6.5.0
# pytest-cov
coveralls==3.3.1
# via -r requirements/ci.in
cryptography==42.0.2
cryptography==42.0.4
# via
# pyjwt
# secretstorage
Expand Down Expand Up @@ -173,7 +173,7 @@ mock==5.1.0
# via -r requirements/test.in
more-itertools==10.2.0
# via jaraco-classes
newrelic==9.6.0
newrelic==9.7.0
# via edx-django-utils
nh3==0.2.15
# via readme-renderer
Expand Down Expand Up @@ -223,7 +223,6 @@ pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
# pyjwt
pylint==3.0.3
# via
# edx-lint
Expand All @@ -246,7 +245,7 @@ pyproject-api==1.6.1
# via tox
pysrt==1.1.2
# via -r requirements/base.in
pytest==8.0.0
pytest==8.0.1
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -301,7 +300,7 @@ sqlparse==0.4.4
# via django
starlette==0.36.3
# via fastapi
stevedore==5.1.0
stevedore==5.2.0
# via
# code-annotations
# edx-django-utils
Expand All @@ -317,7 +316,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==4.12.1
tox==4.13.0
# via -r requirements/ci.in
twine==5.0.0
# via -r requirements/quality.in
Expand All @@ -335,14 +334,14 @@ typing-extensions==4.9.0
# rich
# starlette
# uvicorn
urllib3==2.2.0
urllib3==2.2.1
# via
# requests
# responses
# twine
uvicorn==0.27.1
# via pact-python
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
zipp==3.17.0
# via
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
Expand Down
15 changes: 7 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
annotated-types==0.6.0
# via pydantic
anyio==4.2.0
anyio==4.3.0
# via starlette
appdirs==1.4.4
# via fs
Expand Down Expand Up @@ -40,11 +40,11 @@ code-annotations==1.6.0
# via
# edx-lint
# edx-toggles
coverage[toml]==7.4.1
coverage[toml]==7.4.2
# via
# -r requirements/test.in
# pytest-cov
cryptography==42.0.2
cryptography==42.0.4
# via
# pyjwt
# secretstorage
Expand Down Expand Up @@ -151,7 +151,7 @@ mock==5.1.0
# via -r requirements/test.in
more-itertools==10.2.0
# via jaraco-classes
newrelic==9.6.0
newrelic==9.7.0
# via edx-django-utils
nh3==0.2.15
# via readme-renderer
Expand Down Expand Up @@ -191,7 +191,6 @@ pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
# pyjwt
pylint==3.0.3
# via
# edx-lint
Expand All @@ -212,7 +211,7 @@ pynacl==1.5.0
# via edx-django-utils
pysrt==1.1.2
# via -r requirements/base.in
pytest==8.0.0
pytest==8.0.1
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -266,7 +265,7 @@ sqlparse==0.4.4
# via django
starlette==0.36.3
# via fastapi
stevedore==5.1.0
stevedore==5.2.0
# via
# code-annotations
# edx-django-utils
Expand Down Expand Up @@ -296,7 +295,7 @@ typing-extensions==4.9.0
# rich
# starlette
# uvicorn
urllib3==2.2.0
urllib3==2.2.1
# via
# requests
# responses
Expand Down
15 changes: 7 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
annotated-types==0.6.0
# via pydantic
anyio==4.2.0
anyio==4.3.0
# via starlette
appdirs==1.4.4
# via fs
Expand All @@ -30,11 +30,11 @@ click==8.1.7
# uvicorn
code-annotations==1.6.0
# via edx-toggles
coverage[toml]==7.4.1
coverage[toml]==7.4.2
# via
# -r requirements/test.in
# pytest-cov
cryptography==42.0.2
cryptography==42.0.4
# via pyjwt
ddt==1.7.1
# via -r requirements/test.in
Expand Down Expand Up @@ -106,7 +106,7 @@ markupsafe==2.1.5
# via jinja2
mock==5.1.0
# via -r requirements/test.in
newrelic==9.6.0
newrelic==9.7.0
# via edx-django-utils
packaging==23.2
# via pytest
Expand All @@ -132,14 +132,13 @@ pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
# pyjwt
pymongo==3.13.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
pysrt==1.1.2
# via -r requirements/base.in
pytest==8.0.0
pytest==8.0.1
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -178,7 +177,7 @@ sqlparse==0.4.4
# via django
starlette==0.36.3
# via fastapi
stevedore==5.1.0
stevedore==5.2.0
# via
# code-annotations
# edx-django-utils
Expand All @@ -200,7 +199,7 @@ typing-extensions==4.9.0
# pydantic-core
# starlette
# uvicorn
urllib3==2.2.0
urllib3==2.2.1
# via
# requests
# responses
Expand Down
Loading