From a63b4322b45f7aa0f358998ba0fd7979f44fdc91 Mon Sep 17 00:00:00 2001 From: Jenkins for Software Heritage <jenkins@thyssen.internal.softwareheritage.org> Date: Fri, 31 Mar 2023 14:17:00 +0000 Subject: [PATCH] swh-vault-cookers-20230331.1: Build image with frozen set requirements --- .../swh-vault-cookers/requirements-frozen.txt | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/apps/swh-vault-cookers/requirements-frozen.txt b/apps/swh-vault-cookers/requirements-frozen.txt index 5bae338b2..a56bb6480 100644 --- a/apps/swh-vault-cookers/requirements-frozen.txt +++ b/apps/swh-vault-cookers/requirements-frozen.txt @@ -1,5 +1,5 @@ -aiohttp==3.8.3 -aiohttp-utils==3.1.1 +aiohttp==3.8.4 +aiohttp-utils==3.2.1 aiosignal==1.3.1 amqp==5.1.1 async-timeout==4.0.2 @@ -7,25 +7,25 @@ attrs==22.2.0 attrs-strict==1.0.0 billiard==3.6.4.0 blinker==1.5 -cassandra-driver==3.25.0 +cassandra-driver==3.26.0 celery==5.2.7 certifi==2022.12.7 cffi==1.15.1 -charset-normalizer==2.1.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 confluent-kafka==2.0.2 Deprecated==1.2.13 -exceptiongroup==1.1.0 +exceptiongroup==1.1.1 fastimport==0.9.14 -Flask==2.2.2 +Flask==2.2.3 frozenlist==1.3.3 geomet==0.2.1.post1 gunicorn==20.1.0 -humanize==4.5.0 -hypothesis==6.65.2 +humanize==4.6.0 +hypothesis==6.70.1 idna==3.4 importlib-metadata==4.13.0 iniconfig==2.0.0 @@ -34,46 +34,46 @@ itsdangerous==2.1.2 Jinja2==3.1.2 kombu==5.2.4 MarkupSafe==2.1.2 -mirakuru==2.4.2 -msgpack==1.0.4 +mirakuru==2.5.1 +msgpack==1.0.5 multidict==6.0.4 -mypy-extensions==0.4.3 +mypy-extensions==1.0.0 packaging==23.0 pika==1.3.1 pluggy==1.0.0 port-for==0.6.3 -prompt-toolkit==3.0.36 +prompt-toolkit==3.0.38 psutil==5.9.4 psycopg2==2.9.5 pycparser==2.21 -pytest==7.2.1 +pytest==7.2.2 pytest-postgresql==3.1.3 python-dateutil==2.8.2 python-magic==0.4.27 python-mimeparse==1.6.0 -pytz==2022.7.1 +pytz==2023.3 PyYAML==6.0 -redis==4.4.2 +redis==4.5.4 requests==2.28.2 -sentry-sdk==1.14.0 +sentry-sdk==1.18.0 six==1.16.0 sortedcontainers==2.4.0 -swh.core==2.20.0 -swh.counters==0.9.1 -swh.journal==1.2.1 -swh.model==6.6.1 -swh.objstorage==2.1.0 +swh.core==2.21.3 +swh.counters==0.9.2 +swh.journal==1.3.1 +swh.model==6.6.3 +swh.objstorage==2.2.0 swh.perfecthash==0.1.2 -swh.scheduler==1.5.1 -swh.storage==1.7.3 +swh.scheduler==1.8.0 +swh.storage==1.11.0 swh.vault==1.8.1 -tenacity==8.1.0 +tenacity==8.2.2 tomli==2.0.1 -typing_extensions==4.4.0 -urllib3==1.26.14 +typing_extensions==4.5.0 +urllib3==1.26.15 vine==5.0.0 wcwidth==0.2.6 -Werkzeug==2.2.2 -wrapt==1.14.1 +Werkzeug==2.2.3 +wrapt==1.15.0 yarl==1.8.2 -zipp==3.12.0 +zipp==3.15.0 -- GitLab