From d00c9166236b617781363f7153055cda0833a798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:22:44 +0000 Subject: [PATCH] chore(deps): bump the ci group in /.github/workflows with 2 updates Updates the requirements on [griffe](https://github.com/mkdocstrings/griffe) and [poetry](https://github.com/python-poetry/poetry) to permit the latest version. Updates `griffe` to 1.5.1 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/griffe/compare/1.4.0...1.5.1) Updates `poetry` from 1.8.3 to 1.8.4 - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/1.8.4/CHANGELOG.md) - [Commits](https://github.com/python-poetry/poetry/compare/1.8.3...1.8.4) --- updated-dependencies: - dependency-name: griffe dependency-type: direct:production dependency-group: ci - dependency-name: poetry dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index cb38ceed8..5904294f5 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,5 +1,5 @@ -griffe~=1.4 +griffe~=1.5 pip==24.2 -poetry==1.8.3 +poetry==1.8.4 pre-commit==4.0.1 nox==2024.10.9