Skip to content

Commit 2c9f8b0

Browse files
Update pygithub requirement from ~=2.8 to ~=2.9
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](PyGithub/PyGithub@v2.9.0...v2.9.1) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a18d87 commit 2c9f8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dev = [
2020
"sync-with-uv~=0.5.0",
2121
]
2222
maint = [
23-
"pygithub~=2.8",
23+
"pygithub~=2.9",
2424
"ruamel-yaml~=0.19",
2525
"Unidecode~=1.3",
2626
]

0 commit comments

Comments
 (0)