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

Bump the python-dependencies group with 8 updates #15

Closed
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
4 changes: 2 additions & 2 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pip-tools==7.4.1
# via -r requirements/requirements-dev.in
platformdirs==4.2.0
# via virtualenv
pre-commit==3.7.0
pre-commit==3.7.1
# via -r requirements/requirements-dev.in
pyproject-hooks==1.0.0
# via
Expand All @@ -40,7 +40,7 @@ pyyaml==6.0.1
# via
# -c requirements/requirements.txt
# pre-commit
ruff==0.4.2
ruff==0.4.7
# via -r requirements/requirements-dev.in
typing-extensions==4.10.0
# via
Expand Down
6 changes: 2 additions & 4 deletions requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#
alabaster==0.7.16
# via sphinx
anyascii==0.3.2
# via sphinx-autoapi
astroid==3.1.0
# via sphinx-autoapi
babel==2.14.0
Expand All @@ -22,7 +20,7 @@ charset-normalizer==3.3.2
# via requests
docutils==0.20.1
# via sphinx
furo==2024.4.27
furo==2024.5.6
# via -r requirements/requirements-docs.in
idna==3.6
# via
Expand Down Expand Up @@ -63,7 +61,7 @@ sphinx==7.3.7
# releases
# sphinx-autoapi
# sphinx-basic-ng
sphinx-autoapi==3.0.0
sphinx-autoapi==3.1.1
# via -r requirements/requirements-docs.in
sphinx-basic-ng==1.0.0b2
# via furo
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/requirements-tests.in
# pytest-randomly
Expand Down
66 changes: 57 additions & 9 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,53 @@ annotated-types==0.6.0
# via pydantic
anyio==4.3.0
# via
# httpx
# starlette
# watchfiles
certifi==2024.2.2
# via sentry-sdk
# via
# httpcore
# httpx
# sentry-sdk
click==8.1.7
# via uvicorn
fastapi==0.110.3
# via
# typer
# uvicorn
dnspython==2.6.1
# via email-validator
email-validator==2.1.1
# via fastapi
fastapi==0.111.0
# via
# -r requirements/requirements.in
# sentry-sdk
fastapi-cli==0.0.4
# via fastapi
h11==0.14.0
# via uvicorn
# via
# httpcore
# uvicorn
httpcore==1.0.5
# via httpx
httptools==0.6.1
# via uvicorn
httpx==0.27.0
# via fastapi
idna==3.6
# via anyio
# via
# anyio
# email-validator
# httpx
jinja2==3.1.4
# via fastapi
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
mdurl==0.1.2
# via markdown-it-py
orjson==3.10.3
# via fastapi
pydantic==2.6.4
# via
# fastapi
Expand All @@ -32,27 +63,44 @@ pydantic-core==2.16.3
# via pydantic
pydantic-settings==2.2.1
# via -r requirements/requirements.in
pygments==2.18.0
# via rich
python-dotenv==1.0.1
# via
# pydantic-settings
# uvicorn
python-multipart==0.0.9
# via fastapi
pyyaml==6.0.1
# via uvicorn
sentry-sdk[fastapi]==2.0.1
rich==13.7.1
# via typer
sentry-sdk[fastapi]==2.3.1
# via -r requirements/requirements.in
shellingham==1.5.4
# via typer
sniffio==1.3.1
# via anyio
# via
# anyio
# httpx
starlette==0.37.2
# via fastapi
typer==0.12.3
# via fastapi-cli
typing-extensions==4.10.0
# via
# fastapi
# pydantic
# pydantic-core
# typer
ujson==5.10.0
# via fastapi
urllib3==2.2.1
# via sentry-sdk
uvicorn[standard]==0.29.0
# via -r requirements/requirements.in
uvicorn[standard]==0.30.0
# via
# -r requirements/requirements.in
# fastapi
uvloop==0.19.0
# via uvicorn
watchfiles==0.21.0
Expand Down
Loading