From f2c44e078bff2544ee9e098384399e5cc543b041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 15:13:23 +0000 Subject: [PATCH] Bump docker-compose from 1.29.1 to 1.29.2 Bumps [docker-compose](https://github.com/docker/compose) from 1.29.1 to 1.29.2. - [Release notes](https://github.com/docker/compose/releases) - [Changelog](https://github.com/docker/compose/blob/master/CHANGELOG.md) - [Commits](https://github.com/docker/compose/compare/1.29.1...1.29.2) --- updated-dependencies: - dependency-name: docker-compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index fcf37bc1d49..4f0341bb032 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -51,7 +51,7 @@ minio==7.0.4 # Keeps all docker compose to the same version. TODO: remove when all synced -docker-compose==1.29.1 +docker-compose==1.29.2 # constraint since https://github.com/MagicStack/uvloop/releases/tag/v0.15.0: drops support for 3.5/3.6 Feb.2021