Skip to content

Commit bf2dee6

Browse files
Jellyfish LindenSaladDais
authored andcommitted
Fix for CI.
1 parent 1d1f661 commit bf2dee6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Topic :: System :: Networking :: Monitoring",
2626
]
2727
dependencies = [
28-
"aiohttp<4.0.0",
28+
"aiohttp<3.13.3",
2929
"defusedxml",
3030
"gltflib",
3131
"Glymur<0.9.7",

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# uv pip compile --extra gui --extra proxy --extra test --output-file=requirements-test.txt pyproject.toml
33
aiohappyeyeballs==2.6.1
44
# via aiohttp
5-
aiohttp==3.13.3
5+
aiohttp==3.13.2
66
# via
77
# hippolyzer (pyproject.toml)
88
# aioresponses

0 commit comments

Comments
 (0)