diff --git a/roles/matrix/tasks/main.yml b/roles/matrix/tasks/main.yml index f516920b464d131ae2c7c21d42e7cdb607591c69..3f7454f83ade62edaf244fd6b3c0ef8f7104ba1d 100644 --- a/roles/matrix/tasks/main.yml +++ b/roles/matrix/tasks/main.yml @@ -93,35 +93,36 @@ pip: name: - 'aiofiles==23.2.1' - - 'aiohttp==3.9.5' + - 'aiohappyeyeballs==2.4.0' + - 'aiohttp==3.10.5' - 'aiohttp-socks==0.7.1' - 'aiosignal==1.3.1' - 'appdirs==1.4.4' - 'async-timeout==4.0.3' - 'atomicwrites==1.4.1' - - 'attrs==23.2.0' + - 'attrs==24.2.0' - 'cachetools==4.2.4' - - 'cffi==1.16.0' + - 'cffi==1.17.1' - 'click==8.1.7' - - 'cryptography==42.0.8' + - 'cryptography==43.0.1' - 'frozenlist==1.4.1' - 'future==0.18.3' - 'h11==0.14.0' - 'h2==4.1.0' - 'hpack==4.0.0' - 'hyperframe==6.0.1' - - 'idna==3.7' + - 'idna==3.8' - 'janus==1.0.0' - 'jaraco.classes==3.4.0' - - 'jaraco.context==5.3.0' - - 'jaraco.functools==4.0.1' + - 'jaraco.context==6.0.1' + - 'jaraco.functools==4.0.2' - 'jeepney==0.8.0' - 'jsonschema==4.23.0' - 'jsonschema-specifications==2023.12.1' - - 'keyring==25.2.1' + - 'keyring==25.3.0' - 'Logbook==1.7.0.post0' - 'matrix-nio==0.22.0' - - 'more-itertools==10.3.0' + - 'more-itertools==10.5.0' - 'multidict==6.0.5' - 'pantalaimon==0.10.5' - 'peewee==3.17.6' @@ -129,15 +130,15 @@ - 'pycparser==2.22' - 'pycryptodome==3.20.0' - 'python-olm==3.2.16' - - 'python-socks==2.5.0' + - 'python-socks==2.5.1' - 'referencing==0.35.1' - - 'rpds-py==0.19.0' + - 'rpds-py==0.20.0' - 'SecretStorage==3.3.3' - 'typing_extensions==4.12.2' - 'unpaddedbase64==2.1.0' - 'wcwidth==0.2.13' - - 'wheel==0.43.0' - - 'yarl==1.9.4' + - 'wheel==0.44.0' + - 'yarl==1.11.0' state: latest extra_args: '--upgrade-strategy=eager --no-deps' virtualenv: /var/lib/synapse/venv-pantalaimon