From 7d8db81b6038e1c012e25a023af58cd2ab360395 Mon Sep 17 00:00:00 2001 From: Catherine Date: Tue, 7 Feb 2023 03:05:32 +0000 Subject: [PATCH] software: tighten dependency to aiohttp~=3.8. Fixes #294. --- software/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/pyproject.toml b/software/pyproject.toml index ca53d9b41..af357f0ba 100644 --- a/software/pyproject.toml +++ b/software/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "amaranth @ git+https://github.com/amaranth-lang/amaranth.git", "fx2>=0.11", "libusb1>=1.8.1", - "aiohttp", + "aiohttp~=3.8", "pyvcd", "bitarray", "crcmod",