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

Merged
merged 1 commit into from
Apr 19, 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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ tox==4.14.2
# via -r requirements/ci.in
urllib3==2.2.1
# via requests
virtualenv==20.25.1
virtualenv==20.25.3
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ astroid==3.1.0
# via
# pylint
# pylint-celery
backports-tarfile==1.0.0
backports-tarfile==1.1.0
# via jaraco-context
backports-zoneinfo==0.2.1
# via
Expand Down Expand Up @@ -67,7 +67,7 @@ cryptography==42.0.5
# secretstorage
ddt==1.7.2
# via -r requirements/test.in
diff-cover==8.0.3
diff-cover==9.0.0
# via -r requirements/dev.in
dill==0.3.8
# via pylint
Expand Down Expand Up @@ -124,11 +124,11 @@ edx-opaque-keys==2.5.1
# via edx-drf-extensions
edx-toggles==5.2.0
# via -r requirements/base.in
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# anyio
# pytest
fastapi==0.110.1
fastapi==0.110.2
# via pact-python
filelock==3.13.4
# via
Expand Down Expand Up @@ -160,7 +160,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.0
jaraco-functools==4.0.1
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -190,7 +190,7 @@ more-itertools==10.2.0
# jaraco-functools
multidict==6.0.5
# via yarl
newrelic==9.8.0
newrelic==9.9.0
# via edx-django-utils
nh3==0.2.17
# via readme-renderer
Expand Down Expand Up @@ -309,7 +309,7 @@ sniffio==1.3.1
# via anyio
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
sqlparse==0.5.0
# via django
starlette==0.37.2
# via fastapi
Expand Down Expand Up @@ -355,7 +355,7 @@ urllib3==2.2.1
# twine
uvicorn==0.29.0
# via pact-python
virtualenv==20.25.1
virtualenv==20.25.3
# via tox
yarl==1.9.4
# via pact-python
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.2.0
setuptools==69.5.1
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ astroid==3.1.0
# via
# pylint
# pylint-celery
backports-tarfile==1.0.0
backports-tarfile==1.1.0
# via jaraco-context
backports-zoneinfo==0.2.1
# via
Expand Down Expand Up @@ -108,11 +108,11 @@ edx-opaque-keys==2.5.1
# via edx-drf-extensions
edx-toggles==5.2.0
# via -r requirements/base.in
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# anyio
# pytest
fastapi==0.110.1
fastapi==0.110.2
# via pact-python
fs==2.4.16
# via -r requirements/test.in
Expand Down Expand Up @@ -140,7 +140,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.0
jaraco-functools==4.0.1
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -168,7 +168,7 @@ more-itertools==10.2.0
# jaraco-functools
multidict==6.0.5
# via yarl
newrelic==9.8.0
newrelic==9.9.0
# via edx-django-utils
nh3==0.2.17
# via readme-renderer
Expand Down Expand Up @@ -274,7 +274,7 @@ sniffio==1.3.1
# via anyio
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
sqlparse==0.5.0
# via django
starlette==0.37.2
# via fastapi
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ edx-opaque-keys==2.5.1
# via edx-drf-extensions
edx-toggles==5.2.0
# via -r requirements/base.in
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# anyio
# pytest
fastapi==0.110.1
fastapi==0.110.2
# via pact-python
fs==2.4.16
# via -r requirements/test.in
Expand All @@ -114,7 +114,7 @@ mock==5.1.0
# via -r requirements/test.in
multidict==6.0.5
# via yarl
newrelic==9.8.0
newrelic==9.9.0
# via edx-django-utils
packaging==24.0
# via pytest
Expand Down Expand Up @@ -177,7 +177,7 @@ six==1.16.0
# pact-python
sniffio==1.3.1
# via anyio
sqlparse==0.4.4
sqlparse==0.5.0
# via django
starlette==0.37.2
# via fastapi
Expand Down
Loading