aboutsummaryrefslogtreecommitdiffstats
path: root/community/gns3-server/fix-requirements.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gns3-server/fix-requirements.patch')
-rw-r--r--community/gns3-server/fix-requirements.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/gns3-server/fix-requirements.patch b/community/gns3-server/fix-requirements.patch
index 7f013e2b69..bf73e4ac3e 100644
--- a/community/gns3-server/fix-requirements.patch
+++ b/community/gns3-server/fix-requirements.patch
@@ -1,11 +1,12 @@
diff --git a/requirements.txt b/requirements.txt
-index 184af37..b4af7c9 100644
+index 184af37..0eec220 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,10 +1,9 @@
jsonschema>=2.4.0
- aiohttp>=2.2.0,<2.4.0 # pyup: ignore
+-aiohttp>=2.2.0,<2.4.0 # pyup: ignore
-aiohttp-cors>=0.5.3,<0.6.0 # pyup: ignore
++aiohttp>=2.2.0
+aiohttp-cors>=0.5.3,<=0.6.0 # pyup: ignore
yarl>=0.11
Jinja2>=2.7.3