Skip to content

Commit

Permalink
update e2e server requirements (#4525)
Browse files Browse the repository at this point in the history
* update e2e server requirements
  • Loading branch information
petrjasek authored May 22, 2024
1 parent f5bec0d commit b9fa01e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .fireq.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"superdesk_branch": "release/2.5"
}
"superdesk_branch": "develop"
}
12 changes: 6 additions & 6 deletions e2e/server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ blinker==1.7.0
# flask-mail
# raven
# superdesk-core
boto3==1.34.104
boto3==1.34.110
# via superdesk-core
botocore==1.34.104
botocore==1.34.110
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -77,7 +77,7 @@ draftjs-exporter[lxml]==2.1.0
# via superdesk-core
ecs-logging==2.1.0
# via elastic-apm
elastic-apm[flask]==6.22.0
elastic-apm[flask]==6.22.2
# via superdesk-core
elasticsearch==7.13.4
# via
Expand Down Expand Up @@ -225,7 +225,7 @@ regex==2024.4.28
# via superdesk-core
reportlab==3.6.13
# via superdesk-core
requests==2.32.0
requests==2.32.2
# via
# python-twitter
# requests-oauthlib
Expand Down Expand Up @@ -255,7 +255,7 @@ tzlocal==2.1
# via superdesk-core
unidecode==1.3.8
# via superdesk-core
urllib3==1.25.11
urllib3==1.26.18
# via
# botocore
# elastic-apm
Expand All @@ -275,7 +275,7 @@ werkzeug==1.0.1
# via
# flask
# superdesk-core
wrapt==1.14.1
wrapt==1.16.0
# via elastic-apm
xmlsec==1.3.14
# via superdesk-core

0 comments on commit b9fa01e

Please sign in to comment.