From 8aed1b3c10be39355f65bfbb517c03a5a919d969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 19:34:06 +0000 Subject: [PATCH] Bump pygithub from 2.3.0 to 2.4.0 in /src Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.3.0 to 2.4.0. - [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/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 6b221ea..31c91a4 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -2,4 +2,4 @@ wxPython==4.2.1; sys_platform != "linux" https://github.com/dseichter/wxpython-whl/releases/download/4.2.1/wxPython-4.2.1-cp312-cp312-linux_x86_64.whl; sys_platform == "linux" urllib3==2.2.2 pyinstaller==6.10.0 -PyGithub==2.3.0 \ No newline at end of file +PyGithub==2.4.0 \ No newline at end of file