Skip to content

Commit fab33ab

Browse files
authored
Merge branch 'main' into add-check-for-server-header
2 parents 4ab15f6 + e013156 commit fab33ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ requires-python = ">=3.11, <=3.13"
77
readme = "README.md"
88
license = "MIT"
99
dependencies = [
10-
"aiohttp==3.12.15",
11-
"testcontainers==4.13.1",
10+
"aiohttp==3.13.0",
11+
"testcontainers==4.13.2",
1212
]
1313

1414
[dependency-groups]
@@ -17,7 +17,7 @@ dev = [
1717
"pytest-timeout==2.4.0",
1818
"pytest-asyncio==1.2.0",
1919
"pytest-cov==7.0.0",
20-
"ruff==0.13.3",
20+
"ruff==0.14.0",
2121
"bandit==1.8.6",
2222
"pyright==1.1.406",
2323
"twine==6.2.0",

0 commit comments

Comments
 (0)