Skip to content

Commit

Permalink
update newshub to v2.4.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed May 10, 2023
1 parent df71938 commit 464881a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 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.4"
"newsroom-core": "github:superdesk/newsroom-core#v2.4.0-rc4"
},
"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,3 +1,3 @@
google-auth==2.6.0
python3-saml==1.14.0
git+https://github.com/superdesk/newsroom-core.git@release/2.4#egg=Newsroom-Core
git+https://github.com/superdesk/newsroom-core.git@v2.4.0-rc4#egg=Newsroom-Core
14 changes: 7 additions & 7 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ blinker==1.4
# raven
# sentry-sdk
# superdesk-core
boto3==1.26.124
boto3==1.26.131
# via superdesk-core
botocore==1.29.124
botocore==1.29.131
# via
# boto3
# s3transfer
Expand All @@ -50,7 +50,7 @@ cerberus==1.3.4
# via
# eve
# superdesk-core
certifi==2022.12.7
certifi==2023.5.7
# via
# elastic-apm
# elasticsearch
Expand Down Expand Up @@ -204,7 +204,7 @@ mongolock==1.3.4
# via superdesk-core
natsort==8.3.1
# via croniter
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@release/2.4
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@v2.4.0-rc4
# via -r requirements.in
oauth2client==4.1.3
# via flask-oidc-ex
Expand Down Expand Up @@ -301,7 +301,7 @@ reportlab==3.6.6
# newsroom-core
# svglib
# xhtml2pdf
requests==2.29.0
requests==2.30.0
# via
# pyhanko
# pyhanko-certvalidator
Expand All @@ -314,7 +314,7 @@ rsa==4.9
# via
# google-auth
# oauth2client
s3transfer==0.6.0
s3transfer==0.6.1
# via boto3
sentry-sdk[flask]==1.5.12
# via newsroom-core
Expand Down Expand Up @@ -388,7 +388,7 @@ wtforms==2.2.1
# via
# flask-wtf
# newsroom-core
xhtml2pdf==0.2.10
xhtml2pdf==0.2.11
# via newsroom-core
xmlsec==1.3.13
# via python3-saml
Expand Down

0 comments on commit 464881a

Please sign in to comment.