From bc95feb7c1527bb733401bbd3855ad7328ec80ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 16:54:12 +0100 Subject: [PATCH] Bump docker from 6.0.1 to 6.1.1 (#1135) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adrian Gonzalez-Martin --- .readthedocs.yaml | 6 +++++- requirements/dev.txt | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a845efba6..14cb9f592 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,9 +16,13 @@ formats: # Optionally set the version of Python and requirements required to build your # docs python: - version: 3.8 install: - requirements: docs/requirements.txt - requirements: requirements/rtd.txt - requirements: runtimes/alibi-detect/requirements/dev.txt - requirements: requirements/docker.txt + +build: + os: ubuntu-22.04 + tools: + python: "3.8" diff --git a/requirements/dev.txt b/requirements/dev.txt index ea61338b6..a4cd8af85 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -10,8 +10,8 @@ pytest==7.3.0 pytest-asyncio==0.21.0 pytest-mock==3.10.0 pytest-cases==3.6.14 -tox==4.4.11 -docker==6.0.1 +tox==4.5.1 +docker==6.1.1 aiohttp==3.8.4 aiohttp-retry==2.8.3 ## Used for FastAPI Async testing