Skip to content

Commit 7c5b040

Browse files
committed
bump aiohttp latest version for frameworks tests
1 parent 1731df0 commit 7c5b040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test_litestar_versions(session, litestar_version):
1818

1919

2020
@nox.session()
21-
@nox.parametrize("aiohttp_version", ["3.9.1", "3.11.12"])
21+
@nox.parametrize("aiohttp_version", ["3.9.1", "3.11.13"])
2222
def test_aiohttp_versions(session, aiohttp_version):
2323
session.install(*DEPENDENCIES, f"aiohttp=={aiohttp_version}")
2424
session.run("pytest", "tests", "--framework=aiohttp", "-k", "test_frameworks")

0 commit comments

Comments
 (0)