Skip to content

Commit

Permalink
update server requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Aug 6, 2024
1 parent 1939d93 commit e3bb7a9
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ blinker==1.8.2
# raven
# sentry-sdk
# superdesk-core
boto3==1.34.143
boto3==1.34.154
# via superdesk-core
botocore==1.34.143
botocore==1.34.154
# via
# boto3
# s3transfer
cachelib==0.9.0
# via flask-caching
cachetools==5.3.3
cachetools==5.4.0
# via
# flask-oidc-ex
# google-auth
Expand All @@ -59,7 +59,7 @@ certifi==2024.7.4
# elasticsearch
# requests
# sentry-sdk
cffi==1.16.0
cffi==1.17.0
# via cryptography
chardet==5.2.0
# via
Expand All @@ -85,9 +85,9 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
croniter==2.0.5
croniter==2.0.7
# via superdesk-core
cryptography==42.0.8
cryptography==43.0.0
# via
# authlib
# jwcrypto
Expand All @@ -105,7 +105,7 @@ draftjs-exporter[lxml]==2.1.0
# via superdesk-core
ecs-logging==2.2.0
# via elastic-apm
elastic-apm[flask]==6.22.3
elastic-apm[flask]==6.23.0
# via superdesk-core
elasticsearch==7.13.4
# via
Expand Down Expand Up @@ -175,7 +175,7 @@ html5lib==1.1
# via xhtml2pdf
httplib2==0.22.0
# via oauth2client
icalendar==5.0.13
icalendar==4.0.9
# via superdesk-planning
idna==3.7
# via
Expand Down Expand Up @@ -229,7 +229,7 @@ markupsafe==2.0.1
# sentry-sdk
# superdesk-core
# wtforms
mongolock==1.3.4
mongolock @ git+https://github.com/superdesk/mongolock.git@v1
# via superdesk-core
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@develop
# via -r requirements.in
Expand Down Expand Up @@ -284,14 +284,16 @@ pyparsing==3.1.2
# via
# httplib2
# pyrtf3
pypdf==4.2.0
pypdf==4.3.1
# via xhtml2pdf
pypng==0.20220715.0
# via qrcode
pyrtf3==0.47.5
# via newsroom-core
python-bidi==0.4.2
# via xhtml2pdf
# via
# newsroom-core
# xhtml2pdf
python-dateutil==2.9.0.post0
# via
# arrow
Expand Down Expand Up @@ -325,7 +327,7 @@ qrcode==7.4.2
# via pyhanko
raven[flask]==6.10.0
# via superdesk-core
redis==5.0.7
redis==5.0.8
# via
# celery
# superdesk-core
Expand All @@ -352,7 +354,7 @@ rsa==4.9
# oauth2client
s3transfer==0.10.2
# via boto3
sentry-sdk[flask]==2.6.0
sentry-sdk[flask]==2.12.0
# via newsroom-core
sgmllib3k==1.0.0
# via feedparser
Expand All @@ -367,9 +369,9 @@ six==1.16.0
# oauth2client
# python-bidi
# python-dateutil
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@develop
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@release/2.8
# via newsroom-core
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@develop
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@v2.7.2
# via newsroom-core
svglib==1.5.1
# via xhtml2pdf
Expand Down

0 comments on commit e3bb7a9

Please sign in to comment.