Update dependencies

This commit is contained in:
Tulir Asokan
2023-06-14 16:14:36 +03:00
parent c6b6ec048e
commit b5c294a558
3 changed files with 8 additions and 4 deletions
+5 -1
View File
@@ -40,7 +40,7 @@ appservice:
# The full URI to the database. SQLite and Postgres are supported.
# Format examples:
# SQLite: sqlite:///filename.db
# SQLite: sqlite:filename.db
# Postgres: postgres://username:password@hostname/dbname
database: postgres://username:password@hostname/dbname
# Additional arguments for asyncpg.create_pool() or sqlite3.connect()
@@ -326,6 +326,10 @@ bridge:
# default.
messages: 100
# Disable rotating keys when a user's devices change?
# You should not enable this option unless you understand all the implications.
disable_device_change_key_rotation: false
# Whether to explicitly set the avatar and room name for private chat portal rooms.
# If set to `default`, this will be enabled in encrypted rooms and disabled in unencrypted rooms.
# If set to `always`, all DM rooms will have explicit names and avatars set.
+1 -1
View File
@@ -14,7 +14,7 @@ qrcode>=6,<8
phonenumbers>=8,<9
#/metrics
prometheus_client>=0.6,<0.17
prometheus_client>=0.6,<0.18
#/e2be
python-olm>=3,<4
+2 -2
View File
@@ -3,8 +3,8 @@ python-magic>=0.4,<0.5
commonmark>=0.8,<0.10
aiohttp>=3,<4
yarl>=1,<2
mautrix>=0.19.14,<0.20
tulir-telethon==1.29.0a1
mautrix==0.20.0rc1
tulir-telethon==1.29.0a2
asyncpg>=0.20,<0.28
mako>=1,<2
setuptools