Skip to content

Commit

Permalink
use core v2.5.0
Browse files Browse the repository at this point in the history
CPCN-570
  • Loading branch information
petrjasek committed Feb 1, 2024
1 parent 4fadf96 commit 9ff2d08
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 82 deletions.
129 changes: 63 additions & 66 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#release/2.5"
"newsroom-core": "github:superdesk/newsroom-core#v2.5.0"
},
"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@release/2.5#egg=Newsroom-Core
git+https://github.com/superdesk/newsroom-core.git@v2.5.0#egg=Newsroom-Core
28 changes: 14 additions & 14 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async-timeout==4.0.3
# via redis
authlib==0.14.3
# via superdesk-core
babel==2.13.1
babel==2.14.0
# via flask-babel
bcrypt==3.1.7
# via superdesk-core
Expand All @@ -34,9 +34,9 @@ blinker==1.4
# raven
# sentry-sdk
# superdesk-core
boto3==1.33.10
boto3==1.34.32
# via superdesk-core
botocore==1.33.10
botocore==1.34.32
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -88,7 +88,7 @@ click-repl==0.3.0
# via celery
croniter==0.3.37
# via superdesk-core
cryptography==41.0.7
cryptography==42.0.2
# via
# authlib
# jwcrypto
Expand All @@ -108,7 +108,7 @@ draftjs-exporter[lxml]==2.1.7
# 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 All @@ -122,7 +122,7 @@ eve-elastic==7.3.2
# superdesk-core
events==0.3
# via eve
feedparser==6.0.10
feedparser==6.0.11
# via superdesk-core
flask==1.1.2
# via
Expand Down Expand Up @@ -197,7 +197,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
jwcrypto==1.5.0
jwcrypto==1.5.1
# via
# flask-oidc-ex
# python-jwt
Expand Down Expand Up @@ -225,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@release/2.5
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@v2.5.0
# via -r requirements.in
oauth2client==4.1.3
# via flask-oidc-ex
Expand All @@ -242,7 +242,7 @@ pillow==9.2.0
# reportlab
# superdesk-core
# xhtml2pdf
prompt-toolkit==3.0.41
prompt-toolkit==3.0.43
# via click-repl
pyasn1==0.5.1
# via
Expand Down Expand Up @@ -276,7 +276,7 @@ pyparsing==3.1.1
# via
# httplib2
# pyrtf3
pypdf==3.17.1
pypdf==4.0.1
# via xhtml2pdf
pypng==0.20220715.0
# via qrcode
Expand All @@ -299,7 +299,7 @@ python-twitter==3.5
# via superdesk-core
python3-saml==1.15.0
# via newsroom-core
pytz==2023.3.post1
pytz==2023.4
# via
# celery
# eve-elastic
Expand Down Expand Up @@ -343,7 +343,7 @@ rsa==4.9
# via
# google-auth
# oauth2client
s3transfer==0.8.2
s3transfer==0.10.0
# via boto3
sentry-sdk[flask]==1.5.12
# via
Expand Down Expand Up @@ -374,7 +374,7 @@ tinycss2==1.2.1
# via
# cssselect2
# svglib
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# limits
# qrcode
Expand All @@ -400,7 +400,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 Down

0 comments on commit 9ff2d08

Please sign in to comment.