Skip to content

Commit bc95feb

Browse files
dependabot[bot]Adrian Gonzalez-Martin
and
Adrian Gonzalez-Martin
committed
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 <[email protected]>
1 parent 722eedc commit bc95feb

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ formats:
1616
# Optionally set the version of Python and requirements required to build your
1717
# docs
1818
python:
19-
version: 3.8
2019
install:
2120
- requirements: docs/requirements.txt
2221
- requirements: requirements/rtd.txt
2322
- requirements: runtimes/alibi-detect/requirements/dev.txt
2423
- requirements: requirements/docker.txt
24+
25+
build:
26+
os: ubuntu-22.04
27+
tools:
28+
python: "3.8"

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ pytest==7.3.0
1010
pytest-asyncio==0.21.0
1111
pytest-mock==3.10.0
1212
pytest-cases==3.6.14
13-
tox==4.4.11
14-
docker==6.0.1
13+
tox==4.5.1
14+
docker==6.1.1
1515
aiohttp==3.8.4
1616
aiohttp-retry==2.8.3
1717
## Used for FastAPI Async testing

0 commit comments

Comments
 (0)