Skip to content

Commit

Permalink
update core to develop (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro authored Nov 13, 2024
1 parent 9e38713 commit fd8fe92
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 21 deletions.
8 changes: 4 additions & 4 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#develop"
}
}
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@develop#egg=Newsroom-Core
35 changes: 20 additions & 15 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile requirements.in
#
amqp==5.2.0
amqp==5.3.1
# via kombu
arabic-reshaper==3.0.0
# via xhtml2pdf
Expand All @@ -17,26 +17,29 @@ asn1crypto==1.5.1
# oscrypto
# pyhanko
# pyhanko-certvalidator
async-timeout==4.0.3
async-timeout==5.0.1
# via redis
authlib==0.14.3
# via superdesk-core
babel==2.16.0
# via flask-babel
backports-entry-points-selectable==1.3.0
# via honcho
bcrypt==4.1.3
# via superdesk-core
billiard==4.2.1
# via celery
blinker==1.8.2
# via
# elastic-apm
# flask
# flask-mail
# raven
# sentry-sdk
# superdesk-core
boto3==1.35.39
boto3==1.35.59
# via superdesk-core
botocore==1.35.39
botocore==1.35.59
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -84,9 +87,9 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
croniter==3.0.3
croniter==3.0.4
# via superdesk-core
cryptography==43.0.1
cryptography==43.0.3
# via
# authlib
# jwcrypto
Expand Down Expand Up @@ -156,7 +159,7 @@ flask-script==2.0.6
# via superdesk-core
flask-webpack==0.1.0
# via newsroom-core
flask-wtf==1.2.1
flask-wtf==1.2.2
# via newsroom-core
future==1.0.0
# via python-twitter
Expand Down Expand Up @@ -230,7 +233,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@develop
# via -r requirements.in
oauth2client==4.1.3
# via flask-oidc-ex
Expand All @@ -240,7 +243,7 @@ orderly-set==5.2.2
# via deepdiff
oscrypto==1.3.0
# via pyhanko-certvalidator
packaging==24.1
packaging==24.2
# via
# gunicorn
# limits
Expand Down Expand Up @@ -283,7 +286,7 @@ pyparsing==3.2.0
# via
# httplib2
# pyrtf3
pypdf==5.0.1
pypdf==5.1.0
# via xhtml2pdf
pyrtf3==0.47.5
# via newsroom-core
Expand Down Expand Up @@ -351,7 +354,7 @@ rsa==4.9
# oauth2client
s3transfer==0.10.3
# via boto3
sentry-sdk[flask]==2.13.0
sentry-sdk[flask]==2.18.0
# via newsroom-core
sgmllib3k==1.0.0
# via feedparser
Expand All @@ -371,7 +374,7 @@ superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@v2.
# via newsroom-core
svglib==1.5.1
# via xhtml2pdf
tinycss2==1.3.0
tinycss2==1.4.0
# via
# cssselect2
# svglib
Expand All @@ -380,6 +383,7 @@ types-python-dateutil==2.9.0.20241003
typing-extensions==4.12.2
# via
# jwcrypto
# kombu
# limits
# pypdf
# superdesk-core
Expand Down Expand Up @@ -426,17 +430,18 @@ wrapt==1.16.0
# via
# deprecated
# elastic-apm
wtforms[email]==3.1.2
wtforms[email]==3.2.1
# via
# flask-wtf
# newsroom-core
# wtforms
xhtml2pdf==0.2.16
# via newsroom-core
xmlsec==1.3.14
# via
# python3-saml
# superdesk-core
zipp==3.21.0
# via importlib-resources

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

0 comments on commit fd8fe92

Please sign in to comment.