diff --git a/server/requirements.txt b/server/requirements.txt index e27a90d..845cc74 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -4,11 +4,11 @@ # # pip-compile --resolver=backtracking requirements.in # -aiohappyeyeballs==2.4.3 +aiohappyeyeballs==2.6.1 # via aiohttp -aiohttp==3.10.11 +aiohttp==3.12.14 # via slackclient -aiosignal==1.3.1 +aiosignal==1.4.0 # via aiohttp amqp==5.2.0 # via kombu @@ -206,7 +206,9 @@ pillow==10.4.0 prompt-toolkit==3.0.48 # via click-repl propcache==0.2.0 - # via yarl + # via + # aiohttp + # yarl pyasn1==0.6.1 # via # ldap3 @@ -294,6 +296,7 @@ types-python-dateutil==2.9.0.20241003 # via arrow typing-extensions==4.12.2 # via + # aiosignal # jwcrypto # multidict # superdesk-core @@ -333,5 +336,5 @@ wtforms==3.1.2 # flask-wtf xmlsec==1.3.14 # via superdesk-core -yarl==1.14.0 +yarl==1.18.3 # via aiohttp