Skip to content

Commit

Permalink
use newsroom-core release/2.9 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Jan 10, 2025
1 parent 0818c47 commit f9d4ed7
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 48 deletions.
116 changes: 74 additions & 42 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 @@ -4,6 +4,6 @@
"build": "webpack --mode production --progress"
},
"dependencies": {
"newsroom-core": "github:superdesk/newsroom-core#release/2.8"
"newsroom-core": "github:superdesk/newsroom-core#release/2.9"
}
}
2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@release/2.8
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@release/2.9
8 changes: 4 additions & 4 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ blinker==1.8.2
# raven
# sentry-sdk
# superdesk-core
boto3==1.35.94
boto3==1.35.96
# via superdesk-core
botocore==1.35.94
botocore==1.35.96
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -229,7 +229,7 @@ markupsafe==2.0.1
# wtforms
mongolock @ git+https://github.com/superdesk/mongolock.git@v1
# via superdesk-core
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@release/2.8
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@release/2.9
# via -r requirements.in
oauth2client==4.1.3
# via flask-oidc-ex
Expand Down Expand Up @@ -350,7 +350,7 @@ rsa==4.9
# oauth2client
s3transfer==0.10.4
# via boto3
sentry-sdk[flask]==2.19.0
sentry-sdk[flask]==2.19.2
# via newsroom-core
sgmllib3k==1.0.0
# via feedparser
Expand Down

0 comments on commit f9d4ed7

Please sign in to comment.