Skip to content

Commit eaecdbb

Browse files
chore(deps): update all dependencies
1 parent 6664afa commit eaecdbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pytest_servers/azure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def azurite(docker_client, tmp_path_factory):
3232
container = None
3333
except NotFound:
3434
container = docker_client.containers.run(
35-
"mcr.microsoft.com/azure-storage/azurite:3.27.0", # renovate
35+
"mcr.microsoft.com/azure-storage/azurite:3.34.0", # renovate
3636
command="azurite-blob --loose --blobHost 0.0.0.0",
3737
name=container_name,
3838
stdout=True,

src/pytest_servers/gcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def fake_gcs_server(docker_client, tmp_path_factory):
4040
f"-public-host {url} -external-url {url} "
4141
)
4242
container = docker_client.containers.run(
43-
"fsouza/fake-gcs-server:1.47.6", # renovate
43+
"fsouza/fake-gcs-server:1.52.2", # renovate
4444
name=container_name,
4545
command=command,
4646
stdout=True,

0 commit comments

Comments
 (0)