Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -294,6 +296,7 @@ types-python-dateutil==2.9.0.20241003
# via arrow
typing-extensions==4.12.2
# via
# aiosignal
# jwcrypto
# multidict
# superdesk-core
Expand Down Expand Up @@ -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
Loading