Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Feb 16, 2024
1 parent 413b727 commit ca4db82
Showing 1 changed file with 30 additions and 21 deletions.
51 changes: 30 additions & 21 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements.in
Expand Down Expand Up @@ -34,9 +34,9 @@ blinker==1.4
# raven
# sentry-sdk
# superdesk-core
boto3==1.34.4
boto3==1.34.43
# via superdesk-core
botocore==1.34.4
botocore==1.34.43
# via
# boto3
# s3transfer
Expand All @@ -54,7 +54,7 @@ cerberus==1.3.5
# via
# eve
# superdesk-core
certifi==2023.11.17
certifi==2024.2.2
# via
# elastic-apm
# elasticsearch
Expand All @@ -65,7 +65,9 @@ cffi==1.16.0
# bcrypt
# cryptography
chardet==3.0.4
# via superdesk-core
# via
# reportlab
# superdesk-core
charset-normalizer==3.3.2
# via requests
ciso8601==1.0.8
Expand All @@ -88,7 +90,7 @@ click-repl==0.3.0
# via celery
croniter==0.3.37
# via superdesk-core
cryptography==41.0.7
cryptography==42.0.3
# via
# authlib
# jwcrypto
Expand All @@ -99,16 +101,14 @@ cssselect2==0.7.0
deepdiff==6.7.1
# via superdesk-planning
deprecated==1.2.14
# via
# jwcrypto
# limits
# via limits
draftjs-exporter[lxml]==2.1.7
# via
# draftjs-exporter
# superdesk-core
ecs-logging==2.1.0
# via elastic-apm
elastic-apm[flask]==6.19.0
elastic-apm[flask]==6.20.0
# via
# elastic-apm
# superdesk-core
Expand Down Expand Up @@ -160,9 +160,9 @@ flask-wtf==0.14.3
# via newsroom-core
future==0.18.3
# via python-twitter
google-auth==2.6.6
google-auth==2.27.0
# via newsroom-core
gunicorn==20.0.4
gunicorn==21.2.0
# via newsroom-core
hachoir==3.0a3
# via superdesk-core
Expand Down Expand Up @@ -197,7 +197,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
jwcrypto==1.5.0
jwcrypto==1.5.4
# via
# flask-oidc-ex
# python-jwt
Expand All @@ -207,7 +207,7 @@ kombu==5.2.4
# superdesk-core
ldap3==2.5.2
# via superdesk-core
limits==3.7.0
limits==3.8.0
# via flask-limiter
lxml==4.6.5
# via
Expand Down Expand Up @@ -236,7 +236,9 @@ ordered-set==4.1.0
oscrypto==1.3.0
# via pyhanko-certvalidator
packaging==23.2
# via limits
# via
# gunicorn
# limits
pillow==9.2.0
# via
# reportlab
Expand All @@ -262,6 +264,8 @@ pyhanko-certvalidator==0.22.0
# via
# pyhanko
# xhtml2pdf
pyjwt==2.4.0
# via superdesk-core
pymemcache==4.0.0
# via superdesk-core
pymongo==3.11.4
Expand All @@ -274,7 +278,7 @@ pyparsing==3.1.1
# via
# httplib2
# pyrtf3
pypdf==3.17.3
pypdf==4.0.1
# via xhtml2pdf
pypng==0.20220715.0
# via qrcode
Expand All @@ -297,8 +301,9 @@ python-twitter==3.5
# via superdesk-core
python3-saml==1.15.0
# via newsroom-core
pytz==2023.3.post1
pytz==2024.1
# via
# babel
# celery
# eve-elastic
# flask-babel
Expand All @@ -325,6 +330,7 @@ regex==2020.7.14
reportlab==3.6.13
# via
# newsroom-core
# superdesk-core
# svglib
# xhtml2pdf
requests==2.31.0
Expand All @@ -340,7 +346,7 @@ rsa==4.9
# via
# google-auth
# oauth2client
s3transfer==0.9.0
s3transfer==0.10.0
# via boto3
sentry-sdk[flask]==1.5.12
# via
Expand All @@ -355,13 +361,12 @@ six==1.16.0
# bcrypt
# flask-limiter
# flask-oidc-ex
# google-auth
# html5lib
# isodate
# 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@v2.7.0-rc3
# via newsroom-core
superdesk-planning @ git+https://github.com/superdesk/[email protected]
# via newsroom-core
Expand All @@ -373,7 +378,9 @@ tinycss2==1.2.1
# svglib
typing-extensions==4.9.0
# via
# jwcrypto
# limits
# pypdf
# qrcode
# superdesk-core
tzlocal==2.1
Expand All @@ -397,7 +404,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.12
wcwidth==0.2.13
# via prompt-toolkit
webencodings==0.5.1
# via
Expand All @@ -422,6 +429,8 @@ xhtml2pdf==0.2.11
# via newsroom-core
xmlsec==1.3.13
# via python3-saml
zipp==3.17.0
# via importlib-resources

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

0 comments on commit ca4db82

Please sign in to comment.