Skip to content

Commit 4542f36

Browse files
committed
GitHub Actions: Add Python 3.14 to test matrix with deps
1 parent a1d7e3b commit 4542f36

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ chardet==5.2.0
1111
# Documentation
1212
mkdocs==1.6.1
1313
mkautodoc==0.2.0
14-
mkdocs-material==9.5.47
14+
mkdocs-material==9.6.18
1515

1616
# Packaging
17-
build==1.2.2.post1
18-
twine==6.0.1
17+
build==1.3.0
18+
twine==6.1.0
1919

2020
# Tests & Linting
21-
coverage[toml]==7.6.1
22-
cryptography==44.0.1
21+
coverage[toml]==7.10.6
22+
cryptography==45.0.7
2323
mypy==1.13.0
24-
pytest==8.3.4
24+
pytest==8.4.1
2525
ruff==0.12.11
26-
trio==0.27.0
26+
trio==0.30.0
2727
trio-typing==0.10.0
28-
trustme==1.2.0
29-
uvicorn==0.32.1
28+
trustme==1.2.1
29+
uvicorn==0.35.0

0 commit comments

Comments
 (0)