From 73959d301ebe9d69616ae1ab1a3e1f058bbd7744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 12:12:43 +0000 Subject: [PATCH] chore(deps): bump poetry from 1.1.13 to 1.3.1 in /.github/workflows Bumps [poetry](https://github.com/python-poetry/poetry) from 1.1.13 to 1.3.1. - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/1.3.1/CHANGELOG.md) - [Commits](https://github.com/python-poetry/poetry/compare/1.1.13...1.3.1) --- updated-dependencies: - dependency-name: poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/resources/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/resources/constraints.txt b/.github/workflows/resources/constraints.txt index f76938d107..c4df77c9e3 100644 --- a/.github/workflows/resources/constraints.txt +++ b/.github/workflows/resources/constraints.txt @@ -1,3 +1,3 @@ pip==22.1.2 -poetry==1.1.13 +poetry==1.3.1 virtualenv==20.15.0