From 0d4d1e980484acc9b90615bf44ec10e56cd858b2 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Wed, 24 Apr 2024 14:54:34 -0400 Subject: [PATCH] chore(deps): update base image + dependencies --- Dockerfile | 4 ++-- dev.Dockerfile | 2 +- requirements.txt | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 53ef224e..ff53b624 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.03.22 +FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.04.01 SHELL ["/bin/bash", "-c"] @@ -7,7 +7,7 @@ WORKDIR /beacon # Install dependencies COPY requirements.txt . -RUN pip install --no-cache-dir "gunicorn==20.1.0" -r requirements.txt +RUN pip install --no-cache-dir "gunicorn==22.0.0" -r requirements.txt # Copy whole project directory COPY . . diff --git a/dev.Dockerfile b/dev.Dockerfile index 5a40f595..07262c63 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.03.22 +FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.04.01 LABEL org.opencontainers.image.description="Local development image for the Bento Beacon service." LABEL devcontainer.metadata='[{ \ diff --git a/requirements.txt b/requirements.txt index 5b0f6ea5..79d1a822 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.9.1 +aiohttp==3.9.5 aiosignal==1.3.1 annotated-types==0.6.0 arrow==1.2.3 @@ -6,22 +6,22 @@ async-timeout==4.0.3 attrs==22.2.0 autopep8==1.6.0 bento-lib==10.1.1 -certifi==2023.11.17 +certifi==2024.2.2 cffi==1.15.1 charset-normalizer==2.1.1 click==8.1.7 -cryptography==41.0.5 +cryptography==42.0.5 flake8==6.1.0 Flask==2.2.5 Flask-Cors==3.0.10 fqdn==1.5.1 frozenlist==1.4.0 -idna==3.4 +idna==3.7 importlib-metadata==6.8.0 importlib-resources==6.1.1 isoduration==20.11.0 itsdangerous==2.1.2 -Jinja2==3.1.2 +Jinja2==3.1.3 jsonpointer==2.3 jsonschema==4.17.3 MarkupSafe==2.1.3