Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pyserial==3.4

# keep this in sync with requirement.txt, as otherwise pytest-aiohttp always pulls the latest
aiohttp==3.8.6;python_version<"3.12"
aiohttp==3.10.11;python_version>="3.12"
aiohttp==3.13.3;python_version>="3.12"
yarl==1.7.2;python_version<="3.10"
yarl==1.9.4;python_version>="3.11" and python_version<"3.12"
yarl==1.18.3;python_version>="3.12"
Expand Down
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Common - REST interface
aiohttp==3.8.6;python_version<"3.12"
aiohttp==3.10.11;python_version>="3.12"
aiohttp==3.13.3;python_version>="3.12"
aiohttp_cors==0.7.0
async-timeout==5.0.1;python_version>="3.12"
cchardet==2.1.4;python_version<"3.9"
Expand Down
Loading