From 64761135af0a733fa1b206c9fbe9052fc9fa3a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 21:41:23 +0000 Subject: [PATCH 1/2] Bump python from 3.9-slim to 3.10.5-slim Bumps python from 3.9-slim to 3.10.5-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f632c848e..ad37688e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim as base +FROM python:3.10.5-slim as base WORKDIR /usr/src/app From 9394fc8d14b22d4f7b39c8a4c1d0d42f21348943 Mon Sep 17 00:00:00 2001 From: Madison Swain-Bowden Date: Thu, 7 Jul 2022 17:00:35 -0700 Subject: [PATCH 2/2] Update pytest to 7.1.2 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ee7c874ab..8c44673bb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ mypy==0.782 nose>=1.3.1 pandas>=0.23.4 pre-commit==2.15.0 -pytest==5.2.2 +pytest==7.1.2 pytest-cov==2.4.0 pytest-env==0.6.2 pytest-pep8==1.0.6