summarylogtreecommitdiffstats
path: root/fix_requirements_for_Arch.diff
diff options
context:
space:
mode:
authorStephan Springer2024-01-12 18:37:15 +0100
committerStephan Springer2024-01-12 18:37:15 +0100
commitb68691a57df7afb0e74c4c7b415801414d679f82 (patch)
treee90d42c3b6b20cbe1696eff8460287a45fd90162 /fix_requirements_for_Arch.diff
parent3d1811c14b59af28e972d2241677c72e06bcb5f4 (diff)
downloadaur-b68691a57df7afb0e74c4c7b415801414d679f82.tar.gz
update to version 2.2.45
Diffstat (limited to 'fix_requirements_for_Arch.diff')
-rw-r--r--fix_requirements_for_Arch.diff8
1 files changed, 4 insertions, 4 deletions
diff --git a/fix_requirements_for_Arch.diff b/fix_requirements_for_Arch.diff
index f416edf92530..5816c9767e04 100644
--- a/fix_requirements_for_Arch.diff
+++ b/fix_requirements_for_Arch.diff
@@ -1,12 +1,12 @@
---- a/gns3-gui-2.2.44/requirements.txt 2023-11-06 07:02:23.000000000 +0100
-+++ b/gns3-gui-2.2.44/requirements.txt 2023-11-06 14:23:14.790155822 +0100
+--- a/gns3-gui-2.2.45/requirements.txt 2024-01-12 11:38:26.000000000 +0100
++++ b/gns3-gui-2.2.45/requirements.txt 2024-01-12 18:30:13.107575918 +0100
@@ -1,9 +1,6 @@
-jsonschema>=4.17.3,<4.18; python_version >= '3.7' # v4.17.3 is the last version to support Python 3.7
-jsonschema==3.2.0; python_version < '3.7' # v3.2.0 is the last version to support Python 3.6
--sentry-sdk==1.34.0,<1.35
+-sentry-sdk==1.36.0,<1.37
-psutil==5.9.6
+jsonschema>=4.17.3
-+sentry-sdk>=1.34.0
++sentry-sdk>=1.36.0
+psutil>=5.9.6
distro>=1.8.0
-truststore>=0.8.0; python_version >= '3.10'