Skip to content

Commit

Permalink
use newsroom-core v2.5-rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Nov 14, 2023
1 parent 3273bc2 commit 7e49f55
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 101 deletions.
101 changes: 17 additions & 84 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"firebase": "9.6.11",
"newsroom-core": "github:superdesk/newsroom-core#develop"
"newsroom-core": "github:superdesk/newsroom-core#v2.5-rc6"
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-auth==2.6.0
git+https://github.com/superdesk/newsroom-core.git@develop#egg=Newsroom-Core
git+https://github.com/superdesk/newsroom-core.git@v2.5-rc6#egg=Newsroom-Core
40 changes: 25 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.2.0
# via kombu
Expand Down Expand Up @@ -34,9 +34,9 @@ blinker==1.4
# raven
# sentry-sdk
# superdesk-core
boto3==1.28.72
boto3==1.28.85
# via superdesk-core
botocore==1.31.72
botocore==1.31.85
# via
# boto3
# s3transfer
Expand All @@ -47,7 +47,9 @@ cachetools==5.3.2
# flask-oidc-ex
# google-auth
celery[redis]==5.2.7
# via superdesk-core
# via
# celery
# superdesk-core
cerberus==1.3.5
# via
# eve
Expand All @@ -64,7 +66,7 @@ cffi==1.16.0
# cryptography
chardet==3.0.4
# via superdesk-core
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
ciso8601==1.0.8
# via eve-elastic
Expand Down Expand Up @@ -94,18 +96,22 @@ cryptography==41.0.5
# pyhanko-certvalidator
cssselect2==0.7.0
# via svglib
deepdiff==6.6.1
deepdiff==6.7.1
# via superdesk-planning
deprecated==1.2.14
# via
# jwcrypto
# limits
draftjs-exporter[lxml]==2.1.7
# via superdesk-core
# via
# draftjs-exporter
# superdesk-core
ecs-logging==2.1.0
# via elastic-apm
elastic-apm[flask]==6.19.0
# via superdesk-core
# via
# elastic-apm
# superdesk-core
elasticsearch==7.13.4
# via eve-elastic
eve==1.1.2
Expand Down Expand Up @@ -219,7 +225,7 @@ mongolock==1.3.4
# via superdesk-core
natsort==8.4.0
# via croniter
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@develop
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@v2.5-rc6
# via -r requirements.in
oauth2client==4.1.3
# via flask-oidc-ex
Expand All @@ -236,7 +242,7 @@ pillow==9.2.0
# reportlab
# superdesk-core
# xhtml2pdf
prompt-toolkit==3.0.39
prompt-toolkit==3.0.40
# via click-repl
pyasn1==0.5.0
# via
Expand Down Expand Up @@ -270,7 +276,7 @@ pyparsing==3.1.1
# via
# httplib2
# pyrtf3
pypdf==3.17.0
pypdf==3.17.1
# via xhtml2pdf
pypng==0.20220715.0
# via qrcode
Expand All @@ -285,7 +291,7 @@ python-dateutil==2.7.5
# croniter
# icalendar
# superdesk-core
python-jwt==4.0.0
python-jwt==4.1.0
# via flask-oidc-ex
python-magic==0.4.27
# via superdesk-core
Expand All @@ -309,7 +315,9 @@ pyyaml==6.0.1
qrcode==7.4.2
# via pyhanko
raven[flask]==6.10.0
# via superdesk-core
# via
# raven
# superdesk-core
redis==4.5.5
# via
# celery
Expand Down Expand Up @@ -338,7 +346,9 @@ rsa==4.9
s3transfer==0.7.0
# via boto3
sentry-sdk[flask]==1.5.12
# via newsroom-core
# via
# newsroom-core
# sentry-sdk
sgmllib3k==1.0.0
# via feedparser
simplejson==3.19.2
Expand Down Expand Up @@ -390,7 +400,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.9
wcwidth==0.2.10
# via prompt-toolkit
webencodings==0.5.1
# via
Expand Down

0 comments on commit 7e49f55

Please sign in to comment.