Skip to content
Snippets Groups Projects
Commit 21d6a41b authored by Jenkins for Software Heritage's avatar Jenkins for Software Heritage
Browse files

swh-web-20240829.1: Build image

parent b5e40442
No related branches found
Tags swh-web-20240829.1
No related merge requests found
...@@ -12,6 +12,8 @@ attrs==24.2.0 ...@@ -12,6 +12,8 @@ attrs==24.2.0
attrs-strict==1.0.1 attrs-strict==1.0.1
billiard==4.2.0 billiard==4.2.0
blinker==1.8.2 blinker==1.8.2
boto3==1.35.8
botocore==1.35.8
cachetools==5.5.0 cachetools==5.5.0
cassandra-driver==3.29.1 cassandra-driver==3.29.1
celery==5.4.0 celery==5.4.0
...@@ -43,6 +45,8 @@ fqdn==1.5.1 ...@@ -43,6 +45,8 @@ fqdn==1.5.1
frozendict==2.4.4 frozendict==2.4.4
frozenlist==1.4.1 frozenlist==1.4.1
geomet==0.2.1.post1 geomet==0.2.1.post1
grpcio==1.66.1
grpcio-tools==1.62.3
gunicorn==23.0.0 gunicorn==23.0.0
h11==0.14.0 h11==0.14.0
htmlmin==0.1.12 htmlmin==0.1.12
...@@ -57,6 +61,7 @@ isodate==0.6.1 ...@@ -57,6 +61,7 @@ isodate==0.6.1
isoduration==20.11.0 isoduration==20.11.0
itsdangerous==2.2.0 itsdangerous==2.2.0
Jinja2==3.1.4 Jinja2==3.1.4
jmespath==1.0.1
jsonpointer==3.0.0 jsonpointer==3.0.0
jsonschema==4.23.0 jsonschema==4.23.0
jsonschema-specifications==2023.12.1 jsonschema-specifications==2023.12.1
...@@ -67,12 +72,17 @@ MarkupSafe==2.1.5 ...@@ -67,12 +72,17 @@ MarkupSafe==2.1.5
msgpack==1.0.8 msgpack==1.0.8
multidict==6.0.5 multidict==6.0.5
mypy-extensions==1.0.0 mypy-extensions==1.0.0
mypy-protobuf==3.2.0
packaging==24.1 packaging==24.1
pg8000==1.31.2 pg8000==1.31.2
pika==1.3.2 pika==1.3.2
plyvel==1.5.1
prometheus_client==0.20.0 prometheus_client==0.20.0
prompt_toolkit==3.0.47 prompt_toolkit==3.0.47
protobuf==4.25.4
psutil==6.0.0
psycopg2==2.9.9 psycopg2==2.9.9
py4j==0.10.9.7
pyasn1==0.6.0 pyasn1==0.6.0
pybadges==3.0.1 pybadges==3.0.1
pybtex==0.24.0 pybtex==0.24.0
...@@ -80,6 +90,7 @@ pycparser==2.22 ...@@ -80,6 +90,7 @@ pycparser==2.22
Pygments==2.18.0 Pygments==2.18.0
PyLD==2.0.4 PyLD==2.0.4
pymemcache==4.0.0 pymemcache==4.0.0
pyorc==0.9.0
pyparsing==3.1.4 pyparsing==3.1.4
python-dateutil==2.9.0.post0 python-dateutil==2.9.0.post0
python-jose==3.3.0 python-jose==3.3.0
...@@ -97,34 +108,42 @@ rfc3339-validator==0.1.4 ...@@ -97,34 +108,42 @@ rfc3339-validator==0.1.4
rfc3987==1.3.8 rfc3987==1.3.8
rpds-py==0.20.0 rpds-py==0.20.0
rsa==4.9 rsa==4.9
s3transfer==0.10.2
scramp==1.4.5 scramp==1.4.5
sentry-sdk==2.13.0 sentry-sdk==2.13.0
six==1.16.0 six==1.16.0
sniffio==1.3.1 sniffio==1.3.1
sortedcontainers==2.4.0 sortedcontainers==2.4.0
sqlparse==0.5.1 sqlparse==0.5.1
svix==1.30.0 svix==1.31.0
swh.auth==0.9.1 swh.auth==0.9.1
swh.core==3.4.0 swh.core==3.4.0
swh.counters==0.11.0 swh.counters==0.11.0
swh.dataset==1.7.0
swh.graph==5.1.1
swh.indexer==3.4.0 swh.indexer==3.4.0
swh.journal==1.5.2 swh.journal==1.5.2
swh.model==6.14.0 swh.model==6.14.0
swh.objstorage==3.3.0 swh.objstorage==3.3.0
swh.perfecthash==1.3.2 swh.perfecthash==1.3.2
swh.provenance==0.1.1
swh.scheduler==2.4.0 swh.scheduler==2.4.0
swh.search==0.21.0 swh.search==0.21.0
swh.storage==2.7.0 swh.storage==2.7.0
swh.vault==1.12.3 swh.vault==1.12.3
swh.web==0.6.0 swh.web==0.7.0
swh.webhooks==0.2.0 swh.webhooks==0.2.0
tabulate==0.9.0 tabulate==0.9.0
tenacity==9.0.0 tenacity==9.0.0
testing.common.database==2.0.3 testing.common.database==2.0.3
testing.postgresql==1.3.0 testing.postgresql==1.3.0
tqdm==4.66.5
tree-sitter==0.21.3 tree-sitter==0.21.3
types-Deprecated==1.2.9.20240311 types-Deprecated==1.2.9.20240311
types-protobuf==5.27.0.20240626
types-python-dateutil==2.9.0.20240821 types-python-dateutil==2.9.0.20240821
types-requests==2.31.0.6
types-urllib3==1.26.25.14
typing_extensions==4.12.2 typing_extensions==4.12.2
tzdata==2024.1 tzdata==2024.1
uri-template==1.3.0 uri-template==1.3.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment