From f67638516241134b3aba4de03fed66ad7a2e2deb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:01:04 +0000 Subject: [PATCH] pip: bump python-on-whales from 0.66.0 to 0.67.0 Bumps [python-on-whales](https://github.com/gabrieldemarmiesse/python-on-whales) from 0.66.0 to 0.67.0. - [Release notes](https://github.com/gabrieldemarmiesse/python-on-whales/releases) - [Commits](https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.66.0...v0.67.0) --- updated-dependencies: - dependency-name: python-on-whales dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0eb775d..f8ec09e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ docker-py==1.10.6 python-dotenv==1.0.0 -python-on-whales==0.66.0 +python-on-whales==0.67.0 slack_sdk==3.23.0 urllib3<2 # Todo: check https://github.com/docker/docker-py/issues/3113