Skip to content

Commit 1c4acaa

Browse files
committed
Udpate pytest -> 8.4.0 and aiohttp -> 3.12.11
1 parent eec02b9 commit 1c4acaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ requires-python = ">=3.11, <=3.13"
77
readme = "README.md"
88
license = "MIT"
99
dependencies = [
10-
"aiohttp==3.12.9",
10+
"aiohttp==3.12.11",
1111
"testcontainers==4.10.0",
1212
]
1313

1414
[dependency-groups]
1515
dev = [
16-
"pytest==8.3.5",
16+
"pytest==8.4.0",
1717
"pytest-timeout==2.4.0",
1818
"pytest-asyncio==0.26.0",
1919
"pytest-cov==5.0.0",

0 commit comments

Comments
 (0)