Skip to content

Commit

Permalink
update server
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Nov 13, 2024
1 parent 6febcbc commit 2c5a036
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 29 deletions.
6 changes: 3 additions & 3 deletions server/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
honcho
gunicorn

git+https://github.com/superdesk/superdesk-core.git@release/2.8#egg=superdesk-core
git+https://github.com/superdesk/superdesk-planning.git@release/2.8#egg=superdesk-planning
git+https://github.com/superdesk/superdesk-analytics.git@release/2.8#egg=superdesk-analytics
git+https://github.com/superdesk/superdesk-core.git@v2.8.2#egg=superdesk-core
git+https://github.com/superdesk/superdesk-planning.git@v2.8.1#egg=superdesk-planning
git+https://github.com/superdesk/superdesk-analytics.git@v2.8.1#egg=superdesk-analytics
54 changes: 28 additions & 26 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
#
# pip-compile requirements.in
#
amqp==5.2.0
amqp==5.3.1
# via kombu
arrow==1.3.0
# via
# eve-elastic
# superdesk-core
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
bcrypt==4.1.3
# via superdesk-core
billiard==4.2.0
billiard==4.2.1
# via celery
blinker==1.8.2
# via
# elastic-apm
# flask-mail
# raven
# superdesk-core
boto3==1.35.10
boto3==1.35.59
# via superdesk-core
botocore==1.35.10
botocore==1.35.59
# via
# boto3
# s3transfer
Expand All @@ -45,13 +45,13 @@ certifi==2024.8.30
# elastic-apm
# elasticsearch
# requests
cffi==1.17.0
cffi==1.17.1
# via cryptography
chardet==5.2.0
# via
# reportlab
# superdesk-core
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
ciso8601==2.3.1
# via eve-elastic
Expand All @@ -69,9 +69,9 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
croniter==2.0.7
croniter==3.0.4
# via superdesk-core
cryptography==43.0.0
cryptography==43.0.3
# via
# authlib
# jwcrypto
Expand Down Expand Up @@ -120,13 +120,13 @@ hachoir==3.3.0
# via superdesk-core
hermescache==1.0.0
# via superdesk-core
honcho==1.1.0
honcho==2.0.0
# via -r requirements.in
httplib2==0.22.0
# via oauth2client
icalendar==5.0.13
# via superdesk-planning
idna==3.8
idna==3.10
# via requests
itsdangerous==1.1.0
# via
Expand All @@ -146,7 +146,7 @@ jwcrypto==1.5.6
# via
# flask-oidc-ex
# python-jwt
kombu==5.3.7
kombu==5.4.2
# via
# celery
# superdesk-core
Expand All @@ -172,21 +172,21 @@ oauthlib==3.2.2
# via requests-oauthlib
orderly-set==5.2.2
# via deepdiff
packaging==24.1
packaging==24.2
# via gunicorn
pillow==10.4.0
# via
# reportlab
# superdesk-core
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via click-repl
pyasn1==0.6.0
pyasn1==0.6.1
# via
# ldap3
# oauth2client
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
pyasn1-modules==0.4.1
# via oauth2client
pycparser==2.22
# via cffi
Expand All @@ -199,7 +199,7 @@ pymongo==3.11.4
# eve
# mongolock
# superdesk-core
pyparsing==3.1.4
pyparsing==3.2.0
# via httplib2
python-dateutil==2.9.0.post0
# via
Expand All @@ -215,7 +215,7 @@ python-magic==0.4.27
# via superdesk-core
python-twitter==3.5
# via superdesk-core
pytz==2024.1
pytz==2024.2
# via
# croniter
# eve-elastic
Expand All @@ -233,7 +233,7 @@ redis==5.0.8
# superdesk-core
regex==2024.7.24
# via superdesk-core
reportlab==4.2.2
reportlab==4.2.5
# via superdesk-core
requests==2.32.3
# via
Expand All @@ -244,7 +244,7 @@ requests-oauthlib==2.0.0
# via python-twitter
rsa==4.9
# via oauth2client
s3transfer==0.10.2
s3transfer==0.10.3
# via boto3
sgmllib3k==1.0.0
# via feedparser
Expand All @@ -255,20 +255,22 @@ six==1.16.0
# flask-oidc-ex
# oauth2client
# python-dateutil
superdesk-analytics @ git+https://github.com/superdesk/superdesk-analytics.git@release/2.8
superdesk-analytics @ git+https://github.com/superdesk/superdesk-analytics.git@v2.8.1
# via -r requirements.in
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@release/2.8
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@v2.8.2
# via -r requirements.in
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@release/2.8
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@v2.8.1
# via -r requirements.in
types-python-dateutil==2.9.0.20240821
types-python-dateutil==2.9.0.20241003
# via arrow
typing-extensions==4.12.2
# via
# jwcrypto
# superdesk-core
tzdata==2024.1
# via celery
tzdata==2024.2
# via
# celery
# kombu
tzlocal==2.1
# via superdesk-core
unidecode==1.3.8
Expand Down

0 comments on commit 2c5a036

Please sign in to comment.