From 7e551343a8acddfd14bb3eb50abd17ad4f19bb42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:38:09 +0000 Subject: [PATCH] chore: pip: bump python-on-whales from 0.67.0 to 0.68.0 Bumps [python-on-whales](https://github.com/gabrieldemarmiesse/python-on-whales) from 0.67.0 to 0.68.0. - [Release notes](https://github.com/gabrieldemarmiesse/python-on-whales/releases) - [Commits](https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.67.0...v0.68.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 5751cbd..3c73cad 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.67.0 +python-on-whales==0.68.0 slack_sdk==3.26.1 urllib3<2 # Todo: check https://github.com/docker/docker-py/issues/3113