From f0f669a882fecb275bd0f2c84948d4f7993d480f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 22:13:40 +0000 Subject: [PATCH] Bump poetry from 1.1.6 to 1.1.9 in /.circleci Bumps [poetry](https://github.com/python-poetry/poetry) from 1.1.6 to 1.1.9. - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-poetry/poetry/compare/1.1.6...1.1.9) --- updated-dependencies: - dependency-name: poetry dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .circleci/circle_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/circle_requirements.txt b/.circleci/circle_requirements.txt index e8f4a9b..f5bdeb3 100644 --- a/.circleci/circle_requirements.txt +++ b/.circleci/circle_requirements.txt @@ -1,2 +1,2 @@ -poetry==1.1.6 +poetry==1.1.9 tox>=3.23.1