Skip to content

Commit 0651a18

Browse files
Merge pull request #2143 from VWS-Python/dependabot/pip/types-docker-7.1.0.20240629
2 parents 7ca19e3 + 0ed4e22 commit 0651a18

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ optional-dependencies.dev = [
8585
"sphinxcontrib-spelling==8",
8686
"sybil==6.1.1",
8787
"tenacity==8.4.2",
88-
"types-docker==7.1.0.20240628",
88+
"types-docker==7.1.0.20240629",
8989
"types-pillow==10.2.0.20240520",
9090
"types-pyyaml==6.0.12.20240311",
9191
"types-requests==2.32.0.20240622",

tests/mock_vws/test_docker.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ def test_build_and_run(
163163
name=target_manager_container_name,
164164
publish_all_ports=True,
165165
network=custom_bridge_network.name,
166-
version="auto",
167166
)
168167
vws_container = client.containers.run(
169168
image=vws_image,
@@ -174,7 +173,6 @@ def test_build_and_run(
174173
environment={
175174
"TARGET_MANAGER_BASE_URL": target_manager_internal_base_url,
176175
},
177-
version="auto",
178176
)
179177
vwq_container = client.containers.run(
180178
image=vwq_image,
@@ -185,7 +183,6 @@ def test_build_and_run(
185183
environment={
186184
"TARGET_MANAGER_BASE_URL": target_manager_internal_base_url,
187185
},
188-
version="auto",
189186
)
190187

191188
for container in (target_manager_container, vws_container, vwq_container):

0 commit comments

Comments
 (0)