We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eeae42 commit 977e88eCopy full SHA for 977e88e
1 file changed
requirements.txt
@@ -1,31 +1,31 @@
1
-e .[http2]
2
3
# Optionals
4
-trio==0.16.0
+trio==0.17.0
5
trio-typing==0.5.0
6
curio==1.4
7
8
# Docs
9
mkautodoc==0.1.0
10
mkdocs==1.1.2
11
-mkdocs-material==5.5.12
+mkdocs-material==6.0.1
12
13
# Packaging
14
twine==3.2.0
15
wheel==0.35.1
16
17
# Tests & Linting
18
-anyio==2.0.0
+anyio==2.0.2
19
autoflake==1.4
20
black==20.8b1
21
flake8==3.8.3
22
flake8-bugbear==20.1.4
23
flake8-pie==0.6.1
24
-isort==5.5.2
+isort==5.5.4
25
mitmproxy==5.2
26
mypy==0.782
27
-pytest==6.0.2
28
-pytest-trio==0.5.2
+pytest==6.1.0
+pytest-trio==0.6.0
29
pytest-cov==2.10.1
30
trustme==0.6.0
31
-uvicorn==0.11.8
+uvicorn==0.12.1
0 commit comments