We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ef797e + 48651f6 commit 2a27e9eCopy full SHA for 2a27e9e
requirements.txt
@@ -3,21 +3,21 @@
3
# Docs
4
mkdocs==1.6.0
5
mkdocs-autorefs==1.0.1
6
-mkdocs-material==9.5.20
+mkdocs-material==9.5.25
7
mkdocs-material-extensions==1.3.1
8
-mkdocstrings[python-legacy]==0.25.0
+mkdocstrings[python-legacy]==0.25.1
9
jinja2==3.1.4
10
11
# Packaging
12
build==1.2.1
13
-twine==5.0.0
+twine==5.1.0
14
15
# Tests & Linting
16
-coverage[toml]==7.5.0
17
-ruff==0.4.2
+coverage[toml]==7.5.3
+ruff==0.4.7
18
mypy==1.10.0
19
trio-typing==0.10.0
20
-pytest==8.2.0
+pytest==8.2.1
21
pytest-httpbin==2.0.0
22
pytest-trio==0.8.0
23
werkzeug<2.1 # See: https://github.com/psf/httpbin/issues/35
0 commit comments