Skip to content

Commit

Permalink
Bump docker from 6.0.1 to 6.1.1 (#1135)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adrian Gonzalez-Martin <[email protected]>
  • Loading branch information
dependabot[bot] and Adrian Gonzalez-Martin committed May 10, 2023
1 parent 722eedc commit bc95feb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc95feb

Please sign in to comment.