We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b756f commit dbef1faCopy full SHA for dbef1fa
requirements.txt
@@ -1,23 +1,23 @@
1
-e .[asyncio,trio,http2,socks]
2
3
# Docs
4
-mkdocs==1.5.3
+mkdocs==1.6.0
5
mkdocs-autorefs==1.0.1
6
-mkdocs-material==9.5.16
+mkdocs-material==9.5.20
7
mkdocs-material-extensions==1.3.1
8
-mkdocstrings[python-legacy]==0.24.1
+mkdocstrings[python-legacy]==0.25.0
9
jinja2==3.1.3
10
11
# Packaging
12
build==1.2.1
13
twine==5.0.0
14
15
# Tests & Linting
16
-coverage[toml]==7.4.4
17
-ruff==0.3.4
18
-mypy==1.9.0
+coverage[toml]==7.5.0
+ruff==0.4.2
+mypy==1.10.0
19
trio-typing==0.10.0
20
-pytest==8.1.1
+pytest==8.2.0
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