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

Merged
merged 1 commit into from
Nov 20, 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 @@ -47,7 +47,7 @@ drf-yasg==1.21.7
# via -r requirements/base.in
inflection==0.5.1
# via drf-yasg
kombu==5.3.3
kombu==5.3.4
# via celery
packaging==23.2
# via drf-yasg
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jinja2==3.1.2
# via
# -r requirements/quality.txt
# code-annotations
kombu==5.3.3
kombu==5.3.4
# via
# -r requirements/test.txt
# celery
Expand Down Expand Up @@ -288,7 +288,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.2
tomlkit==0.12.3
# via
# -r requirements/quality.txt
# pylint
Expand Down
16 changes: 8 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ celery==5.3.5
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
Expand Down Expand Up @@ -133,13 +133,13 @@ jinja2==3.1.2
# coreschema
# sphinx
# swagger2rst
jsonschema==4.19.2
jsonschema==4.20.0
# via swagger2rst
jsonschema-specifications==2023.7.1
jsonschema-specifications==2023.11.1
# via jsonschema
keyring==24.3.0
# via twine
kombu==5.3.3
kombu==5.3.4
# via
# -r requirements/base.txt
# celery
Expand Down Expand Up @@ -175,7 +175,7 @@ pycparser==2.21
# via cffi
pydata-sphinx-theme==0.14.3
# via sphinx-book-theme
pygments==2.16.1
pygments==2.17.1
# via
# accessible-pygments
# doc8
Expand All @@ -202,7 +202,7 @@ pyyaml==5.4.1
# swagger2rst
readme-renderer==42.0
# via twine
referencing==0.30.2
referencing==0.31.0
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -218,9 +218,9 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.6.0
rich==13.7.0
# via twine
rpds-py==0.12.0
rpds-py==0.13.0
# via
# jsonschema
# referencing
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.12.2
tomlkit==0.12.3
# via pylint
typing-extensions==4.8.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ inflection==0.5.1
# drf-yasg
iniconfig==2.0.0
# via pytest
kombu==5.3.3
kombu==5.3.4
# via
# -r requirements/base.txt
# celery
Expand Down