Skip to content

Commit 0cb7e5a

Browse files
Bump the python-packages group with 11 updates (#3434)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcelo Trylesinski <[email protected]>
1 parent 15e21e9 commit 0cb7e5a

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

requirements.txt

+11-10
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,20 @@ chardet==5.2.0
1111
# Documentation
1212
mkdocs==1.6.1
1313
mkautodoc==0.2.0
14-
mkdocs-material==9.5.39
14+
mkdocs-material==9.5.47
1515

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

2020
# Tests & Linting
2121
coverage[toml]==7.6.1
22-
cryptography==43.0.1
23-
mypy==1.11.2
24-
pytest==8.3.3
25-
ruff==0.6.8
26-
trio==0.26.2
22+
cryptography==44.0.0
23+
mypy==1.13.0
24+
pytest==8.3.4
25+
ruff==0.8.1
26+
trio==0.27.0
2727
trio-typing==0.10.0
28-
trustme==1.1.0
29-
uvicorn==0.31.0
28+
trustme==1.1.0; python_version < '3.9'
29+
trustme==1.2.0; python_version >= '3.9'
30+
uvicorn==0.32.1

0 commit comments

Comments
 (0)