Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update requirements #934

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 29 additions & 28 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ arrow==0.13.0
# superdesk-core
authlib==0.14.3
# via superdesk-core
babel==2.13.1
babel==2.15.0
# via flask-babel
bcrypt==3.1.7
# via superdesk-core
Expand All @@ -24,21 +24,21 @@ blinker==1.4
# flask-mail
# raven
# superdesk-core
boto3==1.33.3
boto3==1.34.117
# via superdesk-core
botocore==1.33.3
botocore==1.34.117
# via
# boto3
# s3transfer
cachetools==5.3.2
cachetools==5.3.3
# via flask-oidc-ex
celery[redis]==4.4.7
# via superdesk-core
cerberus==1.3.5
# via
# eve
# superdesk-core
certifi==2023.11.17
certifi==2024.6.2
# via
# elastic-apm
# elasticsearch
Expand All @@ -57,15 +57,13 @@ click==7.1.2
# via flask
croniter==0.3.37
# via superdesk-core
cryptography==41.0.7
cryptography==42.0.7
# via
# authlib
# jwcrypto
deepdiff==3.3.0
# via superdesk-planning
deprecated==1.2.14
# via jwcrypto
draftjs-exporter[lxml]==2.1.7
draftjs-exporter[lxml]==2.1.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this is downgraded, compared to what you already have in production. Just something to keep in mind (tried locally, and same downgrade occurs)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I did notice that!

# via superdesk-core
elastic-apm[flask]==6.7.2
# via superdesk-core
Expand All @@ -77,7 +75,7 @@ eve-elastic==7.1.4
# via superdesk-core
events==0.3
# via eve
feedparser==6.0.10
feedparser==6.0.11
# via superdesk-core
flask==1.1.4
# via
Expand All @@ -96,7 +94,7 @@ flask-oidc-ex==0.5.5
# via superdesk-core
flask-script==2.0.6
# via superdesk-core
future==0.18.3
future==1.0.0
# via python-twitter
geopy==1.11.0
# via -r requirements.in
Expand All @@ -114,7 +112,7 @@ httplib2==0.22.0
# via oauth2client
icalendar==4.0.9
# via superdesk-planning
idna==3.6
idna==3.7
# via requests
importlib-metadata==3.1.1
# via superdesk-core
Expand All @@ -130,9 +128,9 @@ jmespath==1.0.1
# via
# boto3
# botocore
jsonpickle==3.0.2
jsonpickle==3.0.4
# via deepdiff
jwcrypto==1.5.0
jwcrypto==1.5.6
# via
# flask-oidc-ex
# python-jwt
Expand All @@ -142,11 +140,14 @@ kombu==4.6.11
# superdesk-core
ldap3==2.5.2
# via superdesk-core
lxml==4.6.5
lxml==5.2.2
# via
# draftjs-exporter
# lxml-html-clean
# superdesk-core
# xmlsec
lxml-html-clean==0.1.1
# via superdesk-core
markupsafe==2.0.1
# via
# jinja2
Expand Down Expand Up @@ -178,9 +179,9 @@ pyasn1==0.4.8
# oauth2client
# pyasn1-modules
# rsa
pyasn1-modules==0.3.0
pyasn1-modules==0.4.0
# via oauth2client
pycparser==2.21
pycparser==2.22
# via cffi
pymongo==3.11.4
# via
Expand All @@ -189,7 +190,7 @@ pymongo==3.11.4
# superdesk-core
pyodbc==4.0.32
# via -r requirements.in
pyparsing==3.1.1
pyparsing==3.1.2
# via httplib2
python-dateutil==2.7.5
# via
Expand All @@ -204,7 +205,7 @@ python-magic==0.4.27
# via superdesk-core
python-twitter==3.5
# via superdesk-core
pytz==2023.3.post1
pytz==2024.1
# via
# babel
# celery
Expand All @@ -223,18 +224,18 @@ redis==3.2.1
# superdesk-core
regex==2020.7.14
# via superdesk-core
requests==2.31.0
requests==2.32.3
# via
# gspread
# python-twitter
# requests-oauthlib
# slackclient
# superdesk-core
requests-oauthlib==1.3.1
requests-oauthlib==2.0.0
# via python-twitter
rsa==4.9
# via oauth2client
s3transfer==0.8.2
s3transfer==0.10.1
# via boto3
sgmllib3k==1.0.0
# via feedparser
Expand All @@ -259,8 +260,10 @@ superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@v2.
# via -r requirements.in
titlecase==0.8.2
# via -r requirements.in
typing-extensions==4.8.0
# via superdesk-core
typing-extensions==4.12.1
# via
# jwcrypto
# superdesk-core
tzlocal==2.1
# via superdesk-core
unidecode==0.4.21
Expand All @@ -286,11 +289,9 @@ werkzeug==1.0.1
# via
# flask
# superdesk-core
wrapt==1.16.0
# via deprecated
xmlsec==1.3.13
xmlsec==1.3.14
# via superdesk-core
zipp==3.17.0
zipp==3.19.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading