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 29, 2023
1 parent 23dcad9 commit dee6c05
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ asn1crypto==1.5.1
# oscrypto
# pyhanko
# pyhanko-certvalidator
async-timeout==4.0.2
async-timeout==4.0.3
# via redis
authlib==0.14.3
# via superdesk-core
Expand All @@ -34,9 +34,9 @@ blinker==1.4
# raven
# sentry-sdk
# superdesk-core
boto3==1.28.5
boto3==1.28.36
# via superdesk-core
botocore==1.31.5
botocore==1.31.36
# via
# boto3
# s3transfer
Expand All @@ -46,11 +46,11 @@ cachetools==5.3.1
# via flask-oidc-ex
celery[redis]==5.2.7
# via superdesk-core
cerberus==1.3.4
cerberus==1.3.5
# via
# eve
# superdesk-core
certifi==2023.5.7
certifi==2023.7.22
# via
# elastic-apm
# elasticsearch
Expand All @@ -66,7 +66,7 @@ charset-normalizer==3.2.0
# via requests
ciso8601==1.0.8
# via eve-elastic
click==8.1.6
click==8.1.7
# via
# celery
# click-didyoumean
Expand All @@ -84,7 +84,7 @@ click-repl==0.3.0
# via celery
croniter==0.3.37
# via superdesk-core
cryptography==41.0.2
cryptography==41.0.3
# via
# authlib
# jwcrypto
Expand All @@ -100,15 +100,15 @@ deprecated==1.2.14
# limits
draftjs-exporter[lxml]==2.1.7
# via superdesk-core
ecs-logging==2.0.2
ecs-logging==2.1.0
# via elastic-apm
elastic-apm[flask]==6.17.0
elastic-apm[flask]==6.18.0
# via superdesk-core
elasticsearch==7.13.4
# via eve-elastic
eve==1.1.2
# via superdesk-core
eve-elastic==7.3.1
eve-elastic==7.3.2
# via
# newsroom-core
# superdesk-core
Expand Down Expand Up @@ -168,7 +168,7 @@ icalendar==4.0.9
# via superdesk-planning
idna==3.4
# via requests
importlib-resources==6.0.0
importlib-resources==6.0.1
# via limits
isodate==0.6.1
# via python3-saml
Expand Down Expand Up @@ -256,11 +256,11 @@ pymongo==3.11.4
# flask-pymongo
# mongolock
# superdesk-core
pyparsing==3.1.0
pyparsing==3.1.1
# via
# httplib2
# pyrtf3
pypdf==3.12.2
pypdf==3.15.4
# via xhtml2pdf
pypng==0.20220715.0
# via qrcode
Expand Down Expand Up @@ -322,7 +322,7 @@ requests-oauthlib==1.3.1
# via python-twitter
rsa==4.9
# via oauth2client
s3transfer==0.6.1
s3transfer==0.6.2
# via boto3
sentry-sdk[flask]==1.5.12
# via newsroom-core
Expand Down Expand Up @@ -401,8 +401,6 @@ xhtml2pdf==0.2.11
# via newsroom-core
xmlsec==1.3.13
# via python3-saml
zipp==3.16.2
# via importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit dee6c05

Please sign in to comment.