Skip to content
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
12 changes: 7 additions & 5 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements/requirements-dev.txt requirements/requirements-dev.in
#
black==24.1.1
black==24.10.0
# via -r requirements/requirements-dev.in
build==1.0.3
# via pip-tools
Expand All @@ -31,21 +31,23 @@ packaging==23.2
# build
pathspec==0.11.2
# via black
pip-tools==7.3.0
pip-tools==7.4.1
# via -r requirements/requirements-dev.in
platformdirs==3.11.0
# via
# black
# virtualenv
pre-commit==3.6.0
pre-commit==4.0.1
# via -r requirements/requirements-dev.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
pyyaml==6.0.1
# via
# -c requirements/requirements.txt
# pre-commit
ruff==0.1.15
ruff==0.8.0
# via -r requirements/requirements-dev.in
virtualenv==20.24.6
# via pre-commit
Expand Down
18 changes: 7 additions & 11 deletions requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
#
# pip-compile --output-file=requirements/requirements-docs.txt requirements/requirements-docs.in
#
alabaster==0.7.13
alabaster==1.0.0
# via sphinx
anyascii==0.3.2
# via sphinx-autoapi
astroid==3.0.1
# via sphinx-autoapi
babel==2.13.1
Expand All @@ -22,7 +20,7 @@ charset-normalizer==3.3.2
# via requests
docutils==0.20.1
# via sphinx
furo==2024.1.29
furo==2024.8.6
# via -r requirements/requirements-docs.in
idna==3.4
# via
Expand All @@ -38,7 +36,7 @@ markupsafe==2.1.3
# via jinja2
packaging==23.2
# via sphinx
pygments==2.16.1
pygments==2.18.0
# via
# furo
# sphinx
Expand All @@ -56,27 +54,25 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.2.6
sphinx==8.1.3
# via
# -r requirements/requirements-docs.in
# furo
# releases
# sphinx-autoapi
# sphinx-basic-ng
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-autoapi==3.0.0
sphinx-autoapi==3.3.3
# via -r requirements/requirements-docs.in
sphinx-basic-ng==1.0.0b2
# via furo
sphinxcontrib-applehelp==1.0.7
# via sphinx
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
Expand Down
8 changes: 4 additions & 4 deletions requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ h11==0.14.0
# httpcore
httpcore==1.0.2
# via httpx
httpx==0.26.0
httpx==0.27.2
# via -r requirements/requirements-tests.in
idna==3.4
# via
Expand All @@ -30,13 +30,13 @@ iniconfig==2.0.0
# via pytest
packaging==23.2
# via pytest
pluggy==1.3.0
pluggy==1.5.0
# via pytest
pytest==8.0.0
pytest==8.3.3
# via
# -r requirements/requirements-tests.in
# pytest-randomly
pytest-randomly==3.15.0
pytest-randomly==3.16.0
# via -r requirements/requirements-tests.in
sniffio==1.3.0
# via
Expand Down
14 changes: 6 additions & 8 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ certifi==2023.7.22
# via sentry-sdk
click==8.1.7
# via uvicorn
fastapi==0.109.0
fastapi==0.115.5
# via
# -r requirements/requirements.in
# sentry-sdk
h11==0.14.0
# via uvicorn
httptools==0.6.1
httptools==0.6.4
# via uvicorn
idna==3.4
# via anyio
Expand All @@ -34,11 +34,11 @@ python-dotenv==1.0.0
# via uvicorn
pyyaml==6.0.1
# via uvicorn
sentry-sdk[fastapi]==1.40.0
sentry-sdk[fastapi]==2.19.0
# via -r requirements/requirements.in
sniffio==1.3.0
# via anyio
starlette==0.35.1
starlette==0.41.3
# via fastapi
typing-extensions==4.8.0
# via
Expand All @@ -47,10 +47,8 @@ typing-extensions==4.8.0
# pydantic-core
urllib3==2.0.7
# via sentry-sdk
uvicorn[standard]==0.27.0.post1
# via
# -r requirements/requirements.in
# uvicorn
uvicorn[standard]==0.32.1
# via -r requirements/requirements.in
uvloop==0.19.0
# via uvicorn
watchfiles==0.21.0
Expand Down
Loading