Skip to content

Commit

Permalink
update server requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Oct 14, 2024
1 parent c45a6f9 commit b93fb58
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ blinker==1.8.2
# raven
# sentry-sdk
# superdesk-core
boto3==1.35.27
boto3==1.35.39
# via superdesk-core
botocore==1.35.27
botocore==1.35.39
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -65,7 +65,7 @@ chardet==5.2.0
# via
# reportlab
# superdesk-core
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
ciso8601==2.3.1
# via eve-elastic
Expand Down Expand Up @@ -99,7 +99,7 @@ deepdiff==8.0.1
# via superdesk-planning
deprecated==1.2.14
# via limits
dnspython==2.6.1
dnspython==2.7.0
# via email-validator
draftjs-exporter[lxml]==2.1.0
# via superdesk-core
Expand Down Expand Up @@ -169,7 +169,7 @@ hachoir==3.3.0
# via superdesk-core
hermescache==1.0.0
# via superdesk-core
honcho==1.1.0
honcho==2.0.0
# via newsroom-core
html5lib==1.1
# via xhtml2pdf
Expand All @@ -183,7 +183,7 @@ idna==3.10
# requests
importlib-resources==6.4.5
# via limits
isodate==0.6.1
isodate==0.7.2
# via python3-saml
itsdangerous==1.1.0
# via
Expand Down Expand Up @@ -280,14 +280,12 @@ pymongo==3.11.4
# flask-pymongo
# mongolock
# superdesk-core
pyparsing==3.1.4
pyparsing==3.2.0
# via
# httplib2
# pyrtf3
pypdf==5.0.0
pypdf==5.0.1
# via xhtml2pdf
pypng==0.20220715.0
# via qrcode
pyrtf3==0.47.5
# via newsroom-core
python-bidi==0.4.2
Expand Down Expand Up @@ -323,7 +321,7 @@ pyyaml==6.0.2
# via
# pyhanko
# superdesk-core
qrcode==7.4.2
qrcode==8.0
# via pyhanko
raven[flask]==6.10.0
# via superdesk-core
Expand All @@ -333,7 +331,7 @@ redis==5.0.8
# superdesk-core
regex==2024.7.24
# via superdesk-core
reportlab==4.2.2
reportlab==4.2.5
# via
# newsroom-core
# superdesk-core
Expand All @@ -352,7 +350,7 @@ rsa==4.9
# via
# google-auth
# oauth2client
s3transfer==0.10.2
s3transfer==0.10.3
# via boto3
sentry-sdk[flask]==2.13.0
# via newsroom-core
Expand All @@ -365,7 +363,6 @@ six==1.16.0
# flask-limiter
# flask-oidc-ex
# html5lib
# isodate
# oauth2client
# python-bidi
# python-dateutil
Expand All @@ -379,14 +376,13 @@ tinycss2==1.3.0
# via
# cssselect2
# svglib
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via arrow
typing-extensions==4.12.2
# via
# jwcrypto
# limits
# pypdf
# qrcode
# superdesk-core
tzdata==2024.2
# via
Expand Down

0 comments on commit b93fb58

Please sign in to comment.