Skip to content

Commit

Permalink
use core v2.8.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Aug 22, 2024
1 parent 3877fc8 commit f276a88
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
28 changes: 14 additions & 14 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#v2.8.0rc1"
}
}
2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/superdesk/newsroom-core.git@release/2.8#egg=Newsroom-Core
git+https://github.com/superdesk/newsroom-core.git@v2.8.0rc1#egg=Newsroom-Core
16 changes: 8 additions & 8 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ blinker==1.8.2
# raven
# sentry-sdk
# superdesk-core
boto3==1.34.160
boto3==1.35.3
# via superdesk-core
botocore==1.34.160
botocore==1.35.3
# via
# boto3
# s3transfer
cachelib==0.9.0
# via flask-caching
cachetools==5.4.0
cachetools==5.5.0
# via
# flask-oidc-ex
# google-auth
Expand Down Expand Up @@ -181,7 +181,7 @@ idna==3.7
# via
# email-validator
# requests
importlib-resources==6.4.0
importlib-resources==6.4.4
# via limits
isodate==0.6.1
# via python3-saml
Expand Down Expand Up @@ -231,7 +231,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@v2.8.0rc1
# via -r requirements.in
oauth2client==4.1.3
# via flask-oidc-ex
Expand Down Expand Up @@ -358,7 +358,7 @@ sentry-sdk[flask]==2.12.0
# via newsroom-core
sgmllib3k==1.0.0
# via feedparser
simplejson==3.19.2
simplejson==3.19.3
# via eve
six==1.16.0
# via
Expand All @@ -369,7 +369,7 @@ six==1.16.0
# oauth2client
# python-bidi
# python-dateutil
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@release/2.8
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@v2.8.0rc1
# via newsroom-core
superdesk-planning @ git+https://github.com/superdesk/[email protected]
# via newsroom-core
Expand All @@ -379,7 +379,7 @@ tinycss2==1.3.0
# via
# cssselect2
# svglib
types-python-dateutil==2.9.0.20240316
types-python-dateutil==2.9.0.20240821
# via arrow
typing-extensions==4.12.2
# via
Expand Down

0 comments on commit f276a88

Please sign in to comment.