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 3, 2023
1 parent 8d3a7fd commit c801c2b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --resolver=backtracking requirements.in
# pip-compile requirements.in
#
amqp==5.1.1
# via kombu
Expand Down Expand Up @@ -34,9 +34,9 @@ blinker==1.4
# raven
# sentry-sdk
# superdesk-core
boto3==1.26.160
boto3==1.28.18
# via superdesk-core
botocore==1.29.160
botocore==1.31.18
# via
# boto3
# s3transfer
Expand All @@ -50,7 +50,7 @@ cerberus==1.3.4
# via
# eve
# superdesk-core
certifi==2023.5.7
certifi==2023.7.22
# via
# elastic-apm
# elasticsearch
Expand All @@ -62,11 +62,11 @@ cffi==1.15.1
# cryptography
chardet==3.0.4
# via superdesk-core
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
ciso8601==1.0.8
# via eve-elastic
click==8.1.3
click==8.1.6
# via
# celery
# click-didyoumean
Expand All @@ -84,15 +84,15 @@ click-repl==0.3.0
# via celery
croniter==0.3.37
# via superdesk-core
cryptography==41.0.1
cryptography==41.0.3
# via
# authlib
# jwcrypto
# pyhanko
# pyhanko-certvalidator
cssselect2==0.7.0
# via svglib
deepdiff==6.3.0
deepdiff==6.3.1
# via superdesk-planning
deprecated==1.2.14
# via
Expand All @@ -102,7 +102,7 @@ draftjs-exporter[lxml]==2.1.7
# via superdesk-core
ecs-logging==2.0.2
# via elastic-apm
elastic-apm[flask]==6.16.2
elastic-apm[flask]==6.18.0
# via superdesk-core
elasticsearch==7.13.4
# via eve-elastic
Expand Down Expand Up @@ -168,7 +168,7 @@ icalendar==4.0.9
# via superdesk-planning
idna==3.4
# via requests
importlib-resources==5.12.0
importlib-resources==6.0.0
# via limits
isodate==0.6.1
# via python3-saml
Expand Down Expand Up @@ -232,7 +232,7 @@ pillow==9.2.0
# reportlab
# superdesk-core
# xhtml2pdf
prompt-toolkit==3.0.38
prompt-toolkit==3.0.39
# via click-repl
pyasn1==0.5.0
# via
Expand All @@ -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.11.0
pypdf==3.14.0
# via xhtml2pdf
pypng==0.20220715.0
# via qrcode
Expand Down Expand Up @@ -292,7 +292,7 @@ pytz==2023.3
# pyhanko
# superdesk-core
# tzlocal
pyyaml==5.4.1
pyyaml==6.0.1
# via
# pyhanko
# superdesk-core
Expand Down Expand Up @@ -350,7 +350,7 @@ tinycss2==1.2.1
# via
# cssselect2
# svglib
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# limits
# qrcode
Expand Down

0 comments on commit c801c2b

Please sign in to comment.