Skip to content

Commit

Permalink
update superdesk
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Nov 9, 2023
1 parent 171cbb9 commit bf2ee83
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 75 deletions.
116 changes: 58 additions & 58 deletions client/package-lock.json

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

34 changes: 17 additions & 17 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
arrow==0.13.0
# via
Expand All @@ -14,7 +14,7 @@ async-timeout==4.0.3
# via redis
authlib==0.14.3
# via superdesk-core
babel==2.12.1
babel==2.13.1
# via flask-babel
bcrypt==3.1.7
# via superdesk-core
Expand All @@ -26,13 +26,13 @@ blinker==1.4
# flask-mail
# raven
# superdesk-core
boto3==1.28.42
boto3==1.28.82
# via superdesk-core
botocore==1.31.42
botocore==1.31.82
# via
# boto3
# s3transfer
cachetools==5.3.1
cachetools==5.3.2
# via flask-oidc-ex
celery[redis]==5.2.7
# via superdesk-core
Expand All @@ -45,13 +45,13 @@ certifi==2023.7.22
# elastic-apm
# elasticsearch
# requests
cffi==1.15.1
cffi==1.16.0
# via
# bcrypt
# cryptography
chardet==3.0.4
# via superdesk-core
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via requests
ciso8601==1.0.8
# via eve-elastic
Expand All @@ -71,19 +71,19 @@ click-repl==0.3.0
# via celery
croniter==0.3.37
# via superdesk-core
cryptography==41.0.3
cryptography==41.0.5
# via
# authlib
# jwcrypto
deepdiff==6.4.1
deepdiff==6.7.0
# via superdesk-planning
deprecated==1.2.14
# via jwcrypto
draftjs-exporter[lxml]==2.1.7
# via superdesk-core
ecs-logging==2.1.0
# via elastic-apm
elastic-apm[flask]==6.18.0
elastic-apm[flask]==6.19.0
# via superdesk-core
elasticsearch==7.13.4
# via eve-elastic
Expand Down Expand Up @@ -170,7 +170,7 @@ oauthlib==3.2.2
# via requests-oauthlib
ordered-set==4.1.0
# via deepdiff
packaging==23.1
packaging==23.2
# via gunicorn
pillow==9.2.0
# via superdesk-core
Expand Down Expand Up @@ -235,11 +235,11 @@ requests-oauthlib==1.3.1
# via python-twitter
rsa==4.9
# via oauth2client
s3transfer==0.6.2
s3transfer==0.7.0
# via boto3
sgmllib3k==1.0.0
# via feedparser
simplejson==3.19.1
simplejson==3.19.2
# via eve
six==1.16.0
# via
Expand All @@ -251,7 +251,7 @@ superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@develop
# via -r requirements.in
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@develop
# via -r requirements.in
typing-extensions==4.7.1
typing-extensions==4.8.0
# via superdesk-core
tzlocal==2.1
# via superdesk-core
Expand All @@ -264,20 +264,20 @@ urllib3==1.25.11
# elasticsearch
# requests
# superdesk-core
vine==5.0.0
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.6
wcwidth==0.2.9
# via prompt-toolkit
websockets==10.3
# via superdesk-core
werkzeug==1.0.1
# via
# flask
# superdesk-core
wrapt==1.15.0
wrapt==1.14.1
# via
# deprecated
# elastic-apm

0 comments on commit bf2ee83

Please sign in to comment.