Skip to content

Commit

Permalink
use core v2.5-rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Dec 8, 2023
1 parent 042f392 commit b71296b
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 69 deletions.
98 changes: 49 additions & 49 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 @@ -5,7 +5,7 @@
},
"dependencies": {
"firebase": "9.6.11",
"newsroom-core": "github:superdesk/newsroom-core#release/2.5"
"newsroom-core": "github:superdesk/newsroom-core#v2.5-rc7"
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-auth==2.6.0
git+https://github.com/superdesk/newsroom-core.git@release/2.5#egg=Newsroom-Core
git+https://github.com/superdesk/newsroom-core.git@v2.5-rc7#egg=Newsroom-Core
36 changes: 18 additions & 18 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements.in
#
amqp==5.1.1
amqp==5.2.0
# via kombu
arabic-reshaper==3.0.0
# via xhtml2pdf
Expand Down Expand Up @@ -34,9 +34,9 @@ blinker==1.4
# raven
# sentry-sdk
# superdesk-core
boto3==1.28.72
boto3==1.33.10
# via superdesk-core
botocore==1.31.72
botocore==1.33.10
# via
# boto3
# s3transfer
Expand All @@ -54,7 +54,7 @@ cerberus==1.3.5
# via
# eve
# superdesk-core
certifi==2023.7.22
certifi==2023.11.17
# via
# elastic-apm
# elasticsearch
Expand All @@ -66,7 +66,7 @@ cffi==1.16.0
# cryptography
chardet==3.0.4
# via superdesk-core
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
ciso8601==1.0.8
# via eve-elastic
Expand All @@ -88,15 +88,15 @@ click-repl==0.3.0
# via celery
croniter==0.3.37
# via superdesk-core
cryptography==41.0.5
cryptography==41.0.7
# via
# authlib
# jwcrypto
# pyhanko
# pyhanko-certvalidator
cssselect2==0.7.0
# via svglib
deepdiff==6.6.1
deepdiff==6.7.1
# via superdesk-planning
deprecated==1.2.14
# via
Expand Down Expand Up @@ -176,9 +176,9 @@ httplib2==0.22.0
# via oauth2client
icalendar==4.0.9
# via superdesk-planning
idna==3.4
idna==3.6
# via requests
importlib-resources==6.1.0
importlib-resources==6.1.1
# via limits
isodate==0.6.1
# via python3-saml
Expand Down Expand Up @@ -207,7 +207,7 @@ kombu==5.2.4
# superdesk-core
ldap3==2.5.2
# via superdesk-core
limits==3.6.0
limits==3.7.0
# via flask-limiter
lxml==4.6.5
# via
Expand All @@ -225,7 +225,7 @@ mongolock==1.3.4
# via superdesk-core
natsort==8.4.0
# via croniter
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@release/2.5
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@v2.5-rc7
# via -r requirements.in
oauth2client==4.1.3
# via flask-oidc-ex
Expand All @@ -242,9 +242,9 @@ pillow==9.2.0
# reportlab
# superdesk-core
# xhtml2pdf
prompt-toolkit==3.0.39
prompt-toolkit==3.0.41
# via click-repl
pyasn1==0.5.0
pyasn1==0.5.1
# via
# ldap3
# oauth2client
Expand Down Expand Up @@ -276,7 +276,7 @@ pyparsing==3.1.1
# via
# httplib2
# pyrtf3
pypdf==3.16.4
pypdf==3.17.1
# via xhtml2pdf
pypng==0.20220715.0
# via qrcode
Expand All @@ -291,7 +291,7 @@ python-dateutil==2.7.5
# croniter
# icalendar
# superdesk-core
python-jwt==4.0.0
python-jwt==4.1.0
# via flask-oidc-ex
python-magic==0.4.27
# via superdesk-core
Expand Down Expand Up @@ -343,7 +343,7 @@ rsa==4.9
# via
# google-auth
# oauth2client
s3transfer==0.7.0
s3transfer==0.8.2
# via boto3
sentry-sdk[flask]==1.5.12
# via
Expand Down Expand Up @@ -395,12 +395,12 @@ urllib3==1.25.11
# requests
# sentry-sdk
# superdesk-core
vine==5.0.0
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.8
wcwidth==0.2.12
# via prompt-toolkit
webencodings==0.5.1
# via
Expand Down

0 comments on commit b71296b

Please sign in to comment.