Skip to content

Commit

Permalink
update superdesk
Browse files Browse the repository at this point in the history
superdesk: v2.5.2
analytics: v2.5.1
planning: v2.5.1
  • Loading branch information
petrjasek committed Nov 29, 2022
1 parent 11b2cc4 commit 886714b
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 94 deletions.
205 changes: 124 additions & 81 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "superdesk",
"license": "GPL-3.0",
"dependencies": {
"superdesk-analytics": "github:superdesk/superdesk-analytics#develop",
"superdesk-core": "github:superdesk/superdesk-client-core#develop",
"superdesk-planning": "github:superdesk/superdesk-planning#develop"
"superdesk-analytics": "github:superdesk/superdesk-analytics#v2.5.1",
"superdesk-core": "github:superdesk/superdesk-client-core#v2.5.2",
"superdesk-planning": "github:superdesk/superdesk-planning#v2.5.1"
},
"devDependencies": {
"@superdesk/build-tools": "^1.0.18"
Expand Down
6 changes: 3 additions & 3 deletions 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@develop#egg=Superdesk-Core
git+https://github.com/superdesk/superdesk-analytics.git@develop#egg=superdesk-analytics
git+https://github.com/superdesk/superdesk-planning.git@develop#egg=superdesk-planning
git+https://github.com/superdesk/superdesk-core.git@v2.5.2#egg=Superdesk-Core
git+https://github.com/superdesk/superdesk-analytics.git@v2.5.1#egg=superdesk-analytics
git+https://github.com/superdesk/superdesk-planning.git@v2.5.1#egg=superdesk-planning
18 changes: 11 additions & 7 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ elasticsearch==7.13.4
# via eve-elastic
eve==1.1.2
# via superdesk-core
eve-elastic==7.2.0
eve-elastic==7.1.4
# via superdesk-core
events==0.3
# via eve
Expand Down Expand Up @@ -104,7 +104,7 @@ gunicorn==20.1.0
# via -r requirements.in
hachoir==3.0a3
# via superdesk-core
hermescache==0.10.0
hermescache==0.7.2
# via superdesk-core
honcho==1.0.1
# via -r requirements.in
Expand All @@ -114,6 +114,8 @@ icalendar==4.0.9
# via superdesk-planning
idna==3.3
# via requests
importlib-metadata==3.1.1
# via superdesk-core
itsdangerous==1.1.0
# via
# flask
Expand Down Expand Up @@ -156,7 +158,7 @@ oauth2client==4.1.3
# flask-oidc-ex
oauthlib==3.2.0
# via requests-oauthlib
pillow==9.2.0
pillow==8.1.2
# via superdesk-core
pyasn1==0.4.8
# via
Expand Down Expand Up @@ -229,11 +231,11 @@ six==1.16.0
# flask-oidc-ex
# oauth2client
# python-dateutil
superdesk-analytics @ git+https://github.com/superdesk/superdesk-analytics.git@develop
superdesk-analytics @ git+https://github.com/superdesk/superdesk-analytics.git@v2.5.1
# via -r requirements.in
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@develop
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@v2.5.2
# via -r requirements.in
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@develop
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@v2.5.1
# via -r requirements.in
typing-extensions==4.3.0
# via superdesk-core
Expand All @@ -252,14 +254,16 @@ vine==1.3.0
# via
# amqp
# celery
websockets==10.3
websockets==6.0
# via superdesk-core
werkzeug==1.0.1
# via
# flask
# superdesk-core
wrapt==1.14.1
# via deprecated
zipp==3.11.0
# via importlib-metadata

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

0 comments on commit 886714b

Please sign in to comment.