changeset 3839:395b51452601

install: pyyaml and treq update
author Goffi <goffi@goffi.org>
date Sun, 10 Jul 2022 16:40:16 +0200
parents 9a53b513ae55
children 5b192a5eb72d
files setup.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Jul 10 16:15:44 2022 +0200
+++ b/setup.py	Sun Jul 10 16:40:16 2022 +0200
@@ -47,13 +47,13 @@
     'sat_tmp == 0.9.*',
     'shortuuid < 1.1',
     'twisted[tls] >= 20.3.0, < 21.3.0',
-    'treq < 22.0.0',
+    'treq < 23.0.0',
     'urwid >= 1.2.0, < 3',
     'urwid-satext == 0.9.*',
     'wokkel >= 18.0.0, < 19.0.0',
     'omemo >= 0.11.0, < 0.13.0',
     'omemo-backend-signal < 0.3',
-    'pyyaml < 5.5.0',
+    'pyyaml < 7.0.0',
     'sqlalchemy >= 1.4',
     'alembic',
     'aiosqlite',