Skip to content
Closed
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
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
h11==0.16.0

# Explicit optionals
a2wsgi==1.10.8
a2wsgi==1.10.10
wsproto==1.2.0
websockets==13.1
websockets==15.0.1

# Packaging
build==1.2.2.post1
build==1.3.0
twine==6.1.0

# Testing
ruff==0.11.9
pytest==8.3.5
pytest-mock==3.14.0
pytest-xdist[psutil]==3.6.1
mypy==1.15.0
ruff==0.12.11
pytest==8.4.1
pytest-mock==3.14.1
pytest-xdist[psutil]==3.8.0
mypy==1.17.1
types-click==7.1.8
types-pyyaml==6.0.12.20250402
types-pyyaml==6.0.12.20250822
trustme==1.2.1
cryptography==44.0.3
coverage==7.8.0
cryptography==45.0.6
coverage==7.10.6
coverage-conditional-plugin==0.9.0
coverage-enable-subprocess==1.0
httpx==0.28.1

# Documentation
mkdocs==1.6.1
mkdocs-material==9.6.13
mkdocstrings-python==1.16.12
mkdocs-llmstxt==0.2.0
mkdocs-material==9.6.18
mkdocstrings-python==1.18.2
mkdocs-llmstxt==0.3.1
Loading