diff --git a/setup.py b/setup.py index e46bd14f..d0629474 100644 --- a/setup.py +++ b/setup.py @@ -35,8 +35,8 @@ setuptools.setup( "mautrix>=0.4.0.dev62,<0.5", "SQLAlchemy>=1.2.3,<2", "alembic>=1.0.0,<2", - "commonmark>=0.8.1,<1", - "ruamel.yaml>=0.15.35,<0.16", + "commonmark>=0.8.1,<0.10", + "ruamel.yaml>=0.15.35,<0.17", "python-magic>=0.4.15,<0.5", "telethon>=1.9,<1.10", "telethon-session-sqlalchemy>=0.2.14,<0.3",