# HG changeset patch # User Goffi # Date 1722981336 -7200 # Node ID 24ba9ce18375ac09ec6ff04009fcc6f7a8ddc8b2 # Parent c4407befc52a57bf12387c337f8030a599f908cb install: minor dependency update. diff -r c4407befc52a -r 24ba9ce18375 pyproject.toml --- a/pyproject.toml Mon Jun 17 17:37:15 2024 +0200 +++ b/pyproject.toml Tue Aug 06 23:55:36 2024 +0200 @@ -20,7 +20,7 @@ "Topic :: Communications :: Chat", ] dependencies = [ - "autobahn >= 23.6.1", + "autobahn ~= 23.6", "brython >= 3.11.3", "jinja2 >= 3.1.2", # use during dev mode to have current version of backend