From bd0d21ec0c7c7fdad4918457b4f11163f22b4f9a Mon Sep 17 00:00:00 2001 From: Jenkins for Software Heritage <jenkins@thyssen.internal.softwareheritage.org> Date: Thu, 27 Apr 2023 08:05:44 +0000 Subject: [PATCH] swh-lister-20230427.1: Build image with frozen set requirements --- apps/swh-lister/requirements-frozen.txt | 40 ++++++++++++------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/apps/swh-lister/requirements-frozen.txt b/apps/swh-lister/requirements-frozen.txt index 6243c4d00..cd1efb248 100644 --- a/apps/swh-lister/requirements-frozen.txt +++ b/apps/swh-lister/requirements-frozen.txt @@ -4,11 +4,11 @@ aiosignal==1.3.1 amqp==5.1.1 asn1crypto==1.5.1 async-timeout==4.0.2 -attrs==22.2.0 +attrs==23.1.0 attrs-strict==1.0.0 -beautifulsoup4==4.12.0 +beautifulsoup4==4.12.2 billiard==3.6.4.0 -blinker==1.5 +blinker==1.6.2 cassandra-driver==3.26.0 celery==5.2.7 certifi==2022.12.7 @@ -19,19 +19,19 @@ click==8.1.3 click-didyoumean==0.3.0 click-plugins==1.1.1 click-repl==0.2.0 -confluent-kafka==2.0.2 +confluent-kafka==2.1.0 defusedxml==0.7.1 Deprecated==1.2.13 distro==1.8.0 dulwich==0.21.3 exceptiongroup==1.1.1 -Flask==2.2.3 +Flask==2.3.1 frozenlist==1.3.3 geomet==0.2.1.post1 gunicorn==20.1.0 httplib2==0.22.0 humanize==4.6.0 -hypothesis==6.70.1 +hypothesis==6.74.0 idna==3.4 importlib-metadata==4.13.0 iniconfig==2.0.0 @@ -49,17 +49,17 @@ msgpack==1.0.5 multidict==6.0.4 mypy-extensions==1.0.0 oauthlib==3.2.2 -packaging==23.0 +packaging==23.1 pg8000==1.29.4 pika==1.3.1 pluggy==1.0.0 port-for==0.6.3 prompt-toolkit==3.0.38 -psutil==5.9.4 -psycopg2==2.9.5 +psutil==5.9.5 +psycopg2==2.9.6 pycparser==2.21 pyparsing==3.0.9 -pytest==7.2.2 +pytest==7.3.1 pytest-postgresql==3.1.3 python-dateutil==2.8.2 python-debian==0.1.49 @@ -67,23 +67,23 @@ python-magic==0.4.27 python-mimeparse==1.6.0 pytz==2023.3 PyYAML==6.0 -redis==4.5.4 +redis==4.4.4 repomd==0.2.1 -requests==2.28.2 +requests==2.29.0 scramp==1.4.4 -sentry-sdk==1.18.0 +sentry-sdk==1.21.0 six==1.16.0 sortedcontainers==2.4.0 -soupsieve==2.4 -swh.core==2.21.3 +soupsieve==2.4.1 +swh.core==2.22.0 swh.counters==0.9.2 swh.journal==1.3.1 -swh.lister==5.1.0 -swh.model==6.6.3 +swh.lister==5.2.0 +swh.model==6.7.0 swh.objstorage==2.2.0 swh.perfecthash==0.1.2 swh.scheduler==1.8.0 -swh.storage==1.11.0 +swh.storage==1.12.0 tenacity==8.2.2 testing.common.database==2.0.3 testing.postgresql==1.3.0 @@ -93,7 +93,7 @@ urllib3==1.26.15 vine==5.0.0 wadllib==1.3.6 wcwidth==0.2.6 -Werkzeug==2.2.3 +Werkzeug==2.3.0 wrapt==1.15.0 -yarl==1.8.2 +yarl==1.9.2 zipp==3.15.0 -- GitLab