From 320f3d3219bc3633cd3b004b261d78b41c53964e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 13:56:01 +0000 Subject: [PATCH] build(deps): bump poetry Bumps [poetry](https://github.com/python-poetry/poetry) from 1.5.1 to 1.6.1. - [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.5.1...1.6.1) --- updated-dependencies: - dependency-name: poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/constraints.txt b/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/constraints.txt index 2da3d89..6b62c28 100644 --- a/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/constraints.txt +++ b/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/constraints.txt @@ -1,4 +1,4 @@ pip==23.2.1 -poetry==1.5.1 +poetry==1.6.1 nox==2023.4.22 nox-poetry==1.0.3