Skip to content
Merged
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
32 changes: 13 additions & 19 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ certifi==2026.4.22
# sentry-sdk
# sphinx-prompt
# sphobjinv
chardet==7.4.3
# via encutils
charset-normalizer==3.4.7
# via requests
click==8.3.3
Expand All @@ -53,11 +51,11 @@ click==8.3.3
# uvicorn
codespell==2.4.2
# via labthings-fastapi (pyproject.toml)
coverage==7.13.5
coverage==7.14.0
# via pytest-cov
cssutils==2.15.0
cssutils==2.11.0
# via dict2css
dict2css==0.3.0.post1
dict2css==0.4.0
# via sphinx-toolbox
dnspython==2.8.0
# via email-validator
Expand All @@ -81,8 +79,6 @@ email-validator==2.3.0
# via
# fastapi
# pydantic
encutils==1.0.0
# via cssutils
exceptiongroup==1.3.1
# via
# anyio
Expand Down Expand Up @@ -127,7 +123,7 @@ httpx==0.28.1
# labthings-fastapi (pyproject.toml)
# fastapi
# fastapi-cloud-cli
idna==3.13
idna==3.15
# via
# anyio
# apeye-core
Expand Down Expand Up @@ -155,9 +151,9 @@ jsonschema==4.26.0
# sphobjinv
jsonschema-specifications==2025.9.1
# via jsonschema
librt==0.10.0
librt==0.11.0
# via mypy
markdown-it-py==4.1.0
markdown-it-py==4.2.0
# via rich
markupsafe==3.0.3
# via
Expand All @@ -167,8 +163,6 @@ mccabe==0.7.0
# via flake8
mdurl==0.1.2
# via markdown-it-py
more-itertools==11.0.2
# via cssutils
msgpack==1.1.2
# via cachecontrol
mypy==1.20.2
Expand Down Expand Up @@ -206,7 +200,7 @@ pydantic-core==2.46.4
# via pydantic
pydantic-extra-types==2.11.1
# via fastapi
pydantic-settings==2.14.0
pydantic-settings==2.14.1
# via fastapi
pydoclint==0.8.3
# via labthings-fastapi (pyproject.toml)
Expand All @@ -233,7 +227,7 @@ python-dotenv==1.2.2
# via
# pydantic-settings
# uvicorn
python-multipart==0.0.27
python-multipart==0.0.28
# via fastapi
pyyaml==6.0.3
# via
Expand All @@ -245,7 +239,7 @@ referencing==0.37.0
# jsonschema
# jsonschema-specifications
# types-jsonschema
requests==2.33.1
requests==2.34.0
# via
# apeye
# cachecontrol
Expand All @@ -256,7 +250,7 @@ rich==15.0.0
# via
# rich-toolkit
# typer
rich-toolkit==0.19.7
rich-toolkit==0.19.9
# via
# fastapi-cli
# fastapi-cloud-cli
Expand All @@ -274,7 +268,7 @@ ruamel-yaml-clib==0.2.15
# via ruamel-yaml
ruff==0.15.12
# via labthings-fastapi (pyproject.toml)
sentry-sdk==2.59.0
sentry-sdk==2.60.0
# via fastapi-cloud-cli
shellingham==1.5.4
# via typer
Expand Down Expand Up @@ -343,7 +337,7 @@ typer==0.25.1
# via
# fastapi-cli
# fastapi-cloud-cli
types-jsonschema==4.26.0.20260408
types-jsonschema==4.26.0.20260508
# via labthings-fastapi (pyproject.toml)
typing-extensions==4.15.0
# via
Expand All @@ -369,7 +363,7 @@ typing-inspection==0.4.2
# fastapi
# pydantic
# pydantic-settings
urllib3==2.6.3
urllib3==2.7.0
# via
# requests
# sentry-sdk
Expand Down
Loading