File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ socks = [
41
41
" socksio==1.*" ,
42
42
]
43
43
trio = [
44
- " trio>=0.22.0,<0.26 .0" ,
44
+ " trio>=0.22.0,<0.27 .0" ,
45
45
]
46
46
asyncio = [
47
47
" anyio>=4.0,<5.0" ,
Original file line number Diff line number Diff line change 3
3
# Docs
4
4
mkdocs == 1.6.0
5
5
mkdocs-autorefs == 1.0.1
6
- mkdocs-material == 9.5.27
6
+ mkdocs-material == 9.5.30
7
7
mkdocs-material-extensions == 1.3.1
8
- mkdocstrings [python-legacy ]== 0.25.1
8
+ mkdocstrings [python-legacy ]== 0.25.2
9
9
jinja2 == 3.1.4
10
10
11
11
# Packaging
12
12
build == 1.2.1
13
13
twine == 5.1.1
14
14
15
15
# Tests & Linting
16
- coverage [toml ]== 7.5.4
17
- ruff == 0.5.0
18
- mypy == 1.10 .1
16
+ coverage [toml ]== 7.6.0
17
+ ruff == 0.5.5
18
+ mypy == 1.11 .1
19
19
trio-typing == 0.10.0
20
- pytest == 8.2 .2
20
+ pytest == 8.3 .2
21
21
pytest-httpbin == 2.0.0
22
22
pytest-trio == 0.8.0
23
23
werkzeug < 3.1 # See: https://github.com/psf/httpbin/issues/35
24
24
25
25
# Benchmarking and profiling
26
- uvicorn == 0.30.1
27
- aiohttp == 3.9.5
26
+ uvicorn == 0.30.4
27
+ aiohttp == 3.10.0
28
28
urllib3 == 2.2.2
29
- matplotlib == 3.7.5
29
+ matplotlib == 3.9.1
30
30
pyinstrument == 4.6.2
You can’t perform that action at this time.
0 commit comments