Skip to content

Commit d4a2937

Browse files
Bump pygithub from 1.59.1 to 2.1.1
Bumps [pygithub](https://github.com/pygithub/pygithub) from 1.59.1 to 2.1.1. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](PyGithub/PyGithub@v1.59.1...v2.1.1) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 23b2900 commit d4a2937

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

scripts/make_release_requirements.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,25 @@ idna==3.4
2424
# via requests
2525
pycparser==2.21
2626
# via cffi
27-
pygithub==1.59.1
27+
pygithub==2.1.1
2828
# via -r scripts/make_release_requirements.in
2929
pyjwt[crypto]==2.8.0
3030
# via pygithub
3131
pynacl==1.5.0
3232
# via pygithub
33+
python-dateutil==2.8.2
34+
# via pygithub
3335
requests==2.31.0
3436
# via pygithub
37+
six==1.16.0
38+
# via python-dateutil
3539
smmap==5.0.0
3640
# via gitdb
41+
typing-extensions==4.8.0
42+
# via pygithub
3743
urllib3==2.0.7
38-
# via requests
44+
# via
45+
# pygithub
46+
# requests
3947
wrapt==1.15.0
4048
# via deprecated

0 commit comments

Comments
 (0)