From a763fa46b13523541136a8356b8388b591fc2acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 13:01:02 +0000 Subject: [PATCH] Update pygithub requirement from ~=1.58 to ~=1.59 Updates the requirements on [pygithub](https://github.com/pygithub/pygithub) to permit the latest version. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v1.58.0...v1.59.0) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f792c5ab..5d47cead 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # GitHub integration modules: -PyGithub~=1.58 +PyGithub~=1.59 GitPython~=3.1 # Markdown visualization modules: