From 6a42e9dbf37232ae46af1ae9ea45437e1ac12938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 09:56:45 +0200 Subject: [PATCH] Bump poetry from 1.1.1 to 1.1.2 in /.github/workflows (#129) Bumps [poetry](https://github.com/python-poetry/poetry) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/1.1.2/CHANGELOG.md) - [Commits](https://github.com/python-poetry/poetry/compare/1.1.1...1.1.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 13f165fe..7e2e2dfe 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,4 +1,4 @@ pip==20.2.3 nox==2020.8.22 -poetry==1.1.1 +poetry==1.1.2 virtualenv==20.0.33