From ec9f46ee6544330b6b9ac923e371f8e4ec199d73 Mon Sep 17 00:00:00 2001 From: Thomas Ubensee <34603111+tomuben@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:39:33 -0300 Subject: [PATCH] Pinned docker again to older version and requests to <2.32.0 --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1030a97a..79f1fce2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2704,4 +2704,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.10.0,<4.0" -content-hash = "3dce140fc3a5c62b52591ae38f13540b5e20709bc53d17d8f4388f868830cf05" +content-hash = "5459e3aa73803f740af9fe2f85346a617635a6637940b2052648c120b46b1ebf" diff --git a/pyproject.toml b/pyproject.toml index fbf6d2f0..cb7c71bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ localstack = "^3.1.0" # see https://github.com/docker/docker-py/issues/3223 docker = {version = "^6.1.3", markers = "sys_platform != 'win32'"} fabric = "^2.7.1" -requests = "<=2.32.0" +requests = "<2.32.0" [tool.pytest.ini_options]