Skip to content

Commit

Permalink
chore: Update to latest Planning release/2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Mar 6, 2024
1 parent 069eb91 commit ea816e1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 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,7 +4,7 @@
"dependencies": {
"superdesk-analytics": "github:superdesk/superdesk-analytics#release/2.6",
"superdesk-core": "github:superdesk/superdesk-client-core#v2.7.0-rc2",
"superdesk-planning": "github:superdesk/superdesk-planning#v2.7.0-rc7"
"superdesk-planning": "github:superdesk/superdesk-planning#release/2.7"
},
"devDependencies": {
"@superdesk/build-tools": "^1.0.18"
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ oauth2client==4.1.3

git+https://github.com/superdesk/superdesk-core.git@v2.7.0-rc3#egg=Superdesk-Core
git+https://github.com/superdesk/superdesk-analytics.git@release/2.6#egg=superdesk-analytics
git+https://github.com/superdesk/superdesk-planning.git@v2.7.0-rc7#egg=superdesk-planning
git+https://github.com/superdesk/superdesk-planning.git@release/2.7#egg=superdesk-planning
16 changes: 8 additions & 8 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ blinker==1.4
# flask-mail
# raven
# superdesk-core
boto3==1.34.46
boto3==1.34.56
# via superdesk-core
botocore==1.34.46
botocore==1.34.56
# via
# boto3
# s3transfer
cachetools==5.3.2
cachetools==5.3.3
# via flask-oidc-ex
celery[redis]==5.2.7
# via superdesk-core
Expand Down Expand Up @@ -71,7 +71,7 @@ click-repl==0.3.0
# via celery
croniter==0.3.37
# via superdesk-core
cryptography==42.0.4
cryptography==42.0.5
# via
# authlib
# jwcrypto
Expand Down Expand Up @@ -110,7 +110,7 @@ flask-oidc-ex==0.5.5
# via superdesk-core
flask-script==2.0.6
# via superdesk-core
future==0.18.3
future==1.0.0
# via python-twitter
gspread==3.1.0
# via -r requirements.in
Expand Down Expand Up @@ -142,7 +142,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
jwcrypto==1.5.4
jwcrypto==1.5.5
# via
# flask-oidc-ex
# python-jwt
Expand Down Expand Up @@ -261,9 +261,9 @@ superdesk-analytics @ git+https://github.com/superdesk/superdesk-analytics.git@r
# via -r requirements.in
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@v2.7.0-rc3
# via -r requirements.in
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@v2.7.0-rc7
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@release/2.7
# via -r requirements.in
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# jwcrypto
# superdesk-core
Expand Down

0 comments on commit ea816e1

Please sign in to comment.