From cded70bf2a297b628d07fcf5e6b6c1523b343734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:12:34 +0000 Subject: [PATCH] Update ghreq requirement from ~=0.1 to ~=0.7 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.0...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 94ae793..515d2f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "click ~= 8.0", "click-loglevel ~= 0.5", "ghrepo ~= 0.7", - "ghreq ~= 0.1", + "ghreq ~= 0.7", "ghtoken ~= 0.1", "headerparser ~= 0.5.0", ]