Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update cores #148

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 23 additions & 29 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
# pip-compile --resolver=backtracking requirements.in
#
amqp==5.1.1
amqp==5.2.0
# via kombu
arabic-reshaper==3.0.0
# via xhtml2pdf
Expand All @@ -21,7 +21,7 @@ async-timeout==4.0.3
# via redis
authlib==0.14.3
# via superdesk-core
babel==2.13.0
babel==2.13.1
# via flask-babel
bcrypt==3.1.7
# via superdesk-core
Expand All @@ -34,22 +34,20 @@ blinker==1.4
# raven
# sentry-sdk
# superdesk-core
boto3==1.28.66
boto3==1.28.78
# via superdesk-core
botocore==1.31.66
botocore==1.31.78
# via
# boto3
# s3transfer
cachelib==0.9.0
# via flask-caching
cachetools==5.3.1
cachetools==5.3.2
# via
# flask-oidc-ex
# google-auth
celery[redis]==5.2.7
# via
# celery
# superdesk-core
# via superdesk-core
cerberus==1.3.5
# via
# eve
Expand All @@ -66,7 +64,7 @@ cffi==1.16.0
# cryptography
chardet==3.0.4
# via superdesk-core
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via requests
ciso8601==1.0.8
# via eve-elastic
Expand All @@ -88,7 +86,7 @@ click-repl==0.3.0
# via celery
croniter==0.3.37
# via superdesk-core
cryptography==41.0.4
cryptography==41.0.5
# via
# authlib
# jwcrypto
Expand All @@ -103,15 +101,11 @@ deprecated==1.2.14
# jwcrypto
# limits
draftjs-exporter[lxml]==2.1.7
# via
# draftjs-exporter
# superdesk-core
# via superdesk-core
ecs-logging==2.1.0
# via elastic-apm
elastic-apm[flask]==6.19.0
# via
# elastic-apm
# superdesk-core
# via superdesk-core
elasticsearch==7.13.4
# via eve-elastic
eve==1.1.2
Expand All @@ -136,6 +130,7 @@ flask==1.1.2
# flask-script
# flask-webpack
# flask-wtf
# newsroom-core
# raven
# sentry-sdk
# superdesk-core
Expand Down Expand Up @@ -261,6 +256,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 @@ -273,7 +270,7 @@ pyparsing==3.1.1
# via
# httplib2
# pyrtf3
pypdf==3.16.4
pypdf==3.17.0
# via xhtml2pdf
pypng==0.20220715.0
# via qrcode
Expand Down Expand Up @@ -312,18 +309,17 @@ pyyaml==6.0.1
qrcode==7.4.2
# via pyhanko
raven[flask]==6.10.0
# via
# raven
# superdesk-core
# via superdesk-core
redis==4.5.5
# via
# celery
# superdesk-core
regex==2020.7.14
# via superdesk-core
reportlab==3.6.6
reportlab==3.6.13
# via
# newsroom-core
# superdesk-core
# svglib
# xhtml2pdf
requests==2.31.0
Expand All @@ -342,9 +338,7 @@ rsa==4.9
s3transfer==0.7.0
# via boto3
sentry-sdk[flask]==1.5.12
# via
# newsroom-core
# sentry-sdk
# via newsroom-core
sgmllib3k==1.0.0
# via feedparser
simplejson==3.19.2
Expand All @@ -360,9 +354,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@v2.7.0-rc1
# 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.0-rc1
# via newsroom-core
svglib==1.5.1
# via xhtml2pdf
Expand Down Expand Up @@ -391,12 +385,12 @@ urllib3==1.25.11
# requests
# sentry-sdk
# superdesk-core
vine==5.0.0
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.8
wcwidth==0.2.9
# via prompt-toolkit
webencodings==0.5.1
# via
Expand Down
Loading