From 7bc028ba713d0bbb0c6603fc6b9f64436a56cd52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 05:37:28 +0000 Subject: [PATCH] Bump types-docker from 7.0.0.20240424 to 7.0.0.20240430 Bumps [types-docker](https://github.com/python/typeshed) from 7.0.0.20240424 to 7.0.0.20240430. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-docker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2179ff07..6acd6410e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -318,7 +318,7 @@ dev = [ "sybil==6.1.0", "tenacity==8.2.3", "torch==2.3.0", - "types-docker==7.0.0.20240424", # This is very incomplete, so we still do not check ``test_docker.py`` with pyright. + "types-docker==7.0.0.20240430", # This is very incomplete, so we still do not check ``test_docker.py`` with pyright. "types-Pillow==10.2.0.20240423", "types-PyYAML==6.0.12.20240311", "types-requests==2.31.0.20240406",