Skip to content

Commit

Permalink
update server requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Jul 22, 2024
1 parent dfdec22 commit 294babe
Showing 1 changed file with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ async-timeout==4.0.3
# via redis
authlib==0.14.3
# via superdesk-core
babel==2.14.0
babel==2.15.0
# via flask-babel
bcrypt==4.1.2
bcrypt==4.1.3
# via superdesk-core
billiard==3.6.4.0
# via celery
Expand All @@ -26,21 +26,21 @@ blinker==1.7.0
# flask-mail
# raven
# superdesk-core
boto3==1.34.82
boto3==1.34.145
# via superdesk-core
botocore==1.34.82
botocore==1.34.145
# via
# boto3
# s3transfer
cachetools==5.3.3
cachetools==5.4.0
# via flask-oidc-ex
celery[redis]==5.2.7
# via superdesk-core
cerberus==1.3.5
# via
# eve
# superdesk-core
certifi==2024.2.2
certifi==2024.7.4
# via
# elastic-apm
# elasticsearch
Expand All @@ -67,17 +67,17 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
croniter==2.0.3
croniter==2.0.7
# via superdesk-core
cryptography==42.0.5
cryptography==43.0.0
# via
# authlib
# jwcrypto
draftjs-exporter[lxml]==2.1.7
# via superdesk-core
ecs-logging==2.1.0
ecs-logging==2.2.0
# via elastic-apm
elastic-apm[flask]==6.22.0
elastic-apm[flask]==6.22.3
# via superdesk-core
elasticsearch==7.13.4
# via
Expand Down Expand Up @@ -110,7 +110,7 @@ flask-script==2.0.6
# via superdesk-core
future==1.0.0
# via python-twitter
gunicorn==21.2.0
gunicorn==22.0.0
# via -r requirements.in
hachoir==3.0a3
# via superdesk-core
Expand Down Expand Up @@ -150,6 +150,7 @@ lxml==4.6.5
# via
# draftjs-exporter
# superdesk-core
# xmlsec
markupsafe==2.0.1
# via
# jinja2
Expand All @@ -160,13 +161,13 @@ oauth2client==4.1.3
# via flask-oidc-ex
oauthlib==3.2.2
# via requests-oauthlib
packaging==24.0
packaging==24.1
# via gunicorn
pillow==9.2.0
# via
# reportlab
# superdesk-core
prompt-toolkit==3.0.43
prompt-toolkit==3.0.47
# via click-repl
pyasn1==0.6.0
# via
Expand Down Expand Up @@ -213,15 +214,15 @@ pyyaml==6.0.1
# via superdesk-core
raven[flask]==6.10.0
# via superdesk-core
redis==5.0.3
redis==5.0.7
# via
# celery
# superdesk-core
regex==2020.7.14
# via superdesk-core
reportlab==3.6.13
# via superdesk-core
requests==2.31.0
requests==2.32.3
# via
# python-twitter
# requests-oauthlib
Expand All @@ -230,7 +231,7 @@ requests-oauthlib==2.0.0
# via python-twitter
rsa==4.9
# via oauth2client
s3transfer==0.10.1
s3transfer==0.10.2
# via boto3
sgmllib3k==1.0.0
# via feedparser
Expand All @@ -243,7 +244,7 @@ six==1.16.0
# python-dateutil
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@release/2.7
# via -r requirements.in
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# jwcrypto
# superdesk-core
Expand Down Expand Up @@ -271,5 +272,7 @@ werkzeug==1.0.1
# via
# flask
# superdesk-core
wrapt==1.14.1
wrapt==1.16.0
# via elastic-apm
xmlsec==1.3.13
# via superdesk-core

0 comments on commit 294babe

Please sign in to comment.