From db6052a40a6539298cd45f611ebbc2a56a4b148d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:53:51 +0000 Subject: [PATCH] [python]: Update ghreq requirement from <1.0,>=0.1.1 to >=0.7.0,<1.0 Updates the requirements on [ghreq](https://github.com/jwodder/ghreq) to permit the latest version. - [Release notes](https://github.com/jwodder/ghreq/releases) - [Changelog](https://github.com/jwodder/ghreq/blob/master/CHANGELOG.md) - [Commits](https://github.com/jwodder/ghreq/compare/v0.1.1...v0.7.0) --- updated-dependencies: - dependency-name: ghreq dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c787a01..2b9108b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ dependencies = [ "click ~= 8.0", - "ghreq >= 0.1.1, < 1.0", + "ghreq >= 0.7.0, < 1.0", "ghtoken ~= 0.1", ]