diff --git a/roles/matrix/tasks/main.yml b/roles/matrix/tasks/main.yml
index f66833793b5ea39b6c94539cafc7d2c1827640a0..18456b8b8818d9ccd67f88f4af8f8a60e4413194 100644
--- a/roles/matrix/tasks/main.yml
+++ b/roles/matrix/tasks/main.yml
@@ -93,12 +93,11 @@
   pip:
     name:
       - 'aiofiles==23.2.1'
-      - 'aiohappyeyeballs==2.4.0'
-      - 'aiohttp==3.10.5'
+      - 'aiohappyeyeballs==2.4.3'
+      - 'aiohttp==3.10.10'
       - 'aiohttp-socks==0.7.1'
       - 'aiosignal==1.3.1'
       - 'appdirs==1.4.4'
-      - 'async-timeout==4.0.3'
       - 'atomicwrites==1.4.1'
       - 'attrs==24.2.0'
       - 'cachetools==4.2.4'
@@ -111,26 +110,27 @@
       - 'h2==4.1.0'
       - 'hpack==4.0.0'
       - 'hyperframe==6.0.1'
-      - 'idna==3.8'
+      - 'idna==3.10'
       - 'janus==1.0.0'
       - 'jaraco.classes==3.4.0'
       - 'jaraco.context==6.0.1'
-      - 'jaraco.functools==4.0.2'
+      - 'jaraco.functools==4.1.0'
       - 'jeepney==0.8.0'
       - 'jsonschema==4.23.0'
-      - 'jsonschema-specifications==2023.12.1'
-      - 'keyring==25.3.0'
+      - 'jsonschema-specifications==2024.10.1'
+      - 'keyring==25.4.1'
       - 'Logbook==1.7.0.post0'
       - 'matrix-nio==0.22.0'
       - 'more-itertools==10.5.0'
-      - 'multidict==6.0.5'
+      - 'multidict==6.1.0'
       - 'pantalaimon==0.10.5'
-      - 'peewee==3.17.6'
-      - 'prompt_toolkit==3.0.47'
+      - 'peewee==3.17.7'
+      - 'prompt_toolkit==3.0.48'
+      - 'propcache==0.2.0'
       - 'pycparser==2.22'
-      - 'pycryptodome==3.20.0'
+      - 'pycryptodome==3.21.0'
       - 'python-olm==3.2.16'
-      - 'python-socks==2.5.1'
+      - 'python-socks==2.5.3'
       - 'referencing==0.35.1'
       - 'rpds-py==0.20.0'
       - 'SecretStorage==3.3.3'
@@ -138,7 +138,7 @@
       - 'unpaddedbase64==2.1.0'
       - 'wcwidth==0.2.13'
       - 'wheel==0.44.0'
-      - 'yarl==1.11.0'
+      - 'yarl==1.15.3'
     state: latest
     extra_args: '--upgrade-strategy=eager --no-deps'
     virtualenv: /var/lib/synapse/venv-pantalaimon