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

Merged
merged 1 commit into from
Jul 3, 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 @@ -31,7 +31,7 @@ pyyaml==6.0
# via drf-yasg
sqlparse==0.4.4
# via django
typing-extensions==4.6.3
typing-extensions==4.7.0
# via asgiref
uritemplate==4.1.1
# via drf-yasg
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.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.7.0
platformdirs==3.8.0
# via virtualenv
pluggy==1.2.0
# via tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jinja2==3.1.2
# -r requirements/quality.txt
# code-annotations
# diff-cover
keyring==24.0.1
keyring==24.2.0
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -187,7 +187,7 @@ pkginfo==1.9.6
# via
# -r requirements/quality.txt
# twine
platformdirs==3.7.0
platformdirs==3.8.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -244,7 +244,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.3.2
pytest==7.4.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -341,7 +341,7 @@ tox-battery==0.6.1
# via -r requirements/dev.in
twine==4.0.2
# via -r requirements/quality.txt
typing-extensions==4.6.3
typing-extensions==4.7.0
# via
# -r requirements/quality.txt
# asgiref
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jeepney==0.8.0
# secretstorage
jinja2==3.1.2
# via sphinx
keyring==24.0.1
keyring==24.2.0
# via twine
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -121,7 +121,7 @@ pygments==2.15.1
# readme-renderer
# rich
# sphinx
pytest==7.3.2
pytest==7.4.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -199,7 +199,7 @@ tomli==2.0.1
# pytest
twine==4.0.2
# via -r requirements/doc.in
typing-extensions==4.6.3
typing-extensions==4.7.0
# via
# -r requirements/test.txt
# asgiref
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jeepney==0.8.0
# secretstorage
jinja2==3.1.2
# via code-annotations
keyring==24.0.1
keyring==24.2.0
# via twine
lazy-object-proxy==1.9.0
# via astroid
Expand All @@ -108,7 +108,7 @@ pbr==5.11.1
# via stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.7.0
platformdirs==3.8.0
# via pylint
pluggy==1.2.0
# via
Expand Down Expand Up @@ -138,7 +138,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==7.3.2
pytest==7.4.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -198,7 +198,7 @@ tomlkit==0.11.8
# via pylint
twine==4.0.2
# via -r requirements/quality.in
typing-extensions==4.6.3
typing-extensions==4.7.0
# via
# -r requirements/test.txt
# asgiref
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ packaging==23.1
# pytest
pluggy==1.2.0
# via pytest
pytest==7.3.2
pytest==7.4.0
# via
# pytest-cov
# pytest-django
Expand All @@ -61,7 +61,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.6.3
typing-extensions==4.7.0
# via
# -r requirements/base.txt
# asgiref
Expand Down