Skip to content

Commit

Permalink
update core to v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Feb 2, 2023
1 parent d254bed commit c475496
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
10 changes: 5 additions & 5 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 @@ -3,7 +3,7 @@
"license": "GPL-3.0",
"dependencies": {
"superdesk-analytics": "github:superdesk/superdesk-analytics#v2.6.0-rc1",
"superdesk-core": "github:superdesk/superdesk-client-core#v2.6.0",
"superdesk-core": "github:superdesk/superdesk-client-core#hotfix/2.6.1",
"superdesk-planning": "github:superdesk/superdesk-planning#v2.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ honcho
gspread==3.1.0
oauth2client==4.1.3

git+https://github.com/superdesk/superdesk-core.git@v2.6.0#egg=Superdesk-Core
git+https://github.com/superdesk/superdesk-core.git@hotfix/2.6.1#egg=Superdesk-Core
git+https://github.com/superdesk/[email protected]#egg=superdesk-analytics
git+https://github.com/superdesk/[email protected]#egg=superdesk-planning
22 changes: 13 additions & 9 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ blinker==1.4
# flask-mail
# raven
# superdesk-core
boto3==1.26.58
boto3==1.26.62
# via superdesk-core
botocore==1.29.58
botocore==1.29.62
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -61,19 +61,19 @@ cryptography==39.0.0
# via
# authlib
# jwcrypto
deepdiff==3.3.0
deepdiff==6.2.3
# via superdesk-planning
deprecated==1.2.13
# via jwcrypto
draftjs-exporter[lxml]==2.1.7
# via superdesk-core
elastic-apm[flask]==6.7.2
elastic-apm[flask]==6.14.0
# via superdesk-core
elasticsearch==7.13.4
# via eve-elastic
eve==1.1.2
# via superdesk-core
eve-elastic==7.3.0
eve-elastic==7.3.1
# via superdesk-core
events==0.3
# via eve
Expand Down Expand Up @@ -126,8 +126,6 @@ jmespath==1.0.1
# via
# boto3
# botocore
jsonpickle==3.0.1
# via deepdiff
jwcrypto==1.4.2
# via
# flask-oidc-ex
Expand Down Expand Up @@ -156,6 +154,10 @@ oauth2client==4.1.3
# flask-oidc-ex
oauthlib==3.2.2
# via requests-oauthlib
ordered-set==4.1.0
# via deepdiff
orjson==3.8.5
# via deepdiff
pillow==9.2.0
# via superdesk-core
pyasn1==0.4.8
Expand Down Expand Up @@ -231,7 +233,7 @@ six==1.16.0
# python-dateutil
superdesk-analytics @ git+https://github.com/superdesk/[email protected]
# via -r requirements.in
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@v2.6.0
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@hotfix/2.6.1
# via -r requirements.in
superdesk-planning @ git+https://github.com/superdesk/[email protected]
# via -r requirements.in
Expand Down Expand Up @@ -259,7 +261,9 @@ werkzeug==1.0.1
# flask
# superdesk-core
wrapt==1.14.1
# via deprecated
# via
# deprecated
# elastic-apm

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit c475496

Please sign in to comment.