From e5f82c7acf2035b1fbd72e75ea345c70c2bae1fd Mon Sep 17 00:00:00 2001 From: Jenkins for Software Heritage <jenkins@thyssen.internal.softwareheritage.org> Date: Tue, 27 Jun 2023 07:08:45 +0000 Subject: [PATCH] swh-graphql-20230627.1: Build image with frozen set requirements --- apps/swh-graphql/requirements-frozen.txt | 32 ++++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/apps/swh-graphql/requirements-frozen.txt b/apps/swh-graphql/requirements-frozen.txt index 4a3d8c97d..f0fd2b426 100644 --- a/apps/swh-graphql/requirements-frozen.txt +++ b/apps/swh-graphql/requirements-frozen.txt @@ -14,14 +14,14 @@ billiard==4.1.0 blinker==1.6.2 cachetools==5.3.1 cassandra-driver==3.28.0 -celery==5.3.0 +celery==5.3.1 certifi==2023.5.7 cffi==1.15.1 charset-normalizer==3.1.0 click==8.1.3 click-didyoumean==0.3.0 click-plugins==1.1.1 -click-repl==0.2.0 +click-repl==0.3.0 confluent-kafka==2.1.1 Deprecated==1.2.14 deprecation==2.1.0 @@ -38,15 +38,15 @@ h11==0.14.0 httpcore==0.17.2 httpx==0.24.1 humanize==4.6.0 -hypothesis==6.76.0 +hypothesis==6.79.3 idna==3.4 importlib-metadata==4.13.0 iniconfig==2.0.0 -iso8601==1.1.0 +iso8601==2.0.0 isodate==0.6.1 itsdangerous==2.1.2 Jinja2==3.1.2 -kombu==5.3.0 +kombu==5.3.1 lxml==4.9.2 MarkupSafe==2.1.3 mirakuru==2.5.1 @@ -55,29 +55,29 @@ multidict==6.0.4 mypy-extensions==1.0.0 packaging==23.1 pika==1.3.2 -pluggy==1.0.0 -port-for==0.6.3 +pluggy==1.2.0 +port-for==0.7.0 prompt-toolkit==3.0.38 psutil==5.9.5 psycopg2==2.9.6 pyasn1==0.5.0 pycparser==2.21 PyLD==2.0.3 -pyparsing==3.0.9 -pytest==7.3.1 +pyparsing==3.1.0 +pytest==7.4.0 pytest-postgresql==3.1.3 python-dateutil==2.8.2 python-jose==3.3.0 -python-keycloak==3.0.0 +python-keycloak==3.2.0 python-magic==0.4.27 python-mimeparse==1.6.0 PyYAML==6.0 rdflib==6.3.2 -redis==4.5.5 +redis==4.6.0 requests==2.31.0 requests-toolbelt==1.0.0 rsa==4.9 -sentry-sdk==1.25.0 +sentry-sdk==1.26.0 six==1.16.0 sniffio==1.3.0 sortedcontainers==2.4.0 @@ -85,15 +85,15 @@ starlette==0.28.0 swh.auth==0.7.2 swh.core==2.22.2 swh.counters==0.9.2 -swh.graphql==0.0.95 +swh.graphql==0.0.96 swh.indexer==2.9.4 swh.journal==1.3.3 swh.model==6.7.0 swh.objstorage==2.2.0 swh.perfecthash==0.1.2 -swh.scheduler==1.9.0 +swh.scheduler==1.9.1 swh.search==0.16.4 -swh.storage==1.14.3 +swh.storage==1.15.0 tenacity==8.2.2 tomli==2.0.1 tree-sitter==0.20.1 @@ -103,7 +103,7 @@ urllib3==1.26.16 uvicorn==0.22.0 vine==5.0.0 wcwidth==0.2.6 -Werkzeug==2.3.4 +Werkzeug==2.3.6 wrapt==1.15.0 xmltodict==0.13.0 yarl==1.9.2 -- GitLab