Skip to content

Commit cd9fd9b

Browse files
build(deps): bump pygithub from 1.57.0 to 1.58.2 in /requirements (#669)
Bumps [pygithub](https://github.com/pygithub/pygithub) from 1.57.0 to 1.58.2. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/master/doc/changes.rst) - [Commits](PyGithub/PyGithub@v1.57...v1.58.2) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matt Robinson <[email protected]>
1 parent 1152fe4 commit cd9fd9b

File tree

2 files changed

+20
-15
lines changed

2 files changed

+20
-15
lines changed

requirements/ingest-github.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
-c base.txt
33
# NOTE - pygithub==1.58.0 fails due to https://github.com/PyGithub/PyGithub/issues/2436
44
# In the future, we can update this to pygithub>1.58.0
5-
pygithub==1.57.0
5+
pygithub==1.58.2

requirements/ingest-github.txt

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,45 +6,50 @@
66
#
77
certifi==2023.5.7
88
# via
9-
# -c requirements/base.txt
10-
# -c requirements/constraints.in
9+
# -c base.txt
10+
# -c constraints.in
1111
# requests
1212
cffi==1.15.1
1313
# via
14-
# -c requirements/base.txt
14+
# -c base.txt
15+
# cryptography
1516
# pynacl
1617
charset-normalizer==3.1.0
1718
# via
18-
# -c requirements/base.txt
19+
# -c base.txt
1920
# requests
21+
cryptography==41.0.0
22+
# via
23+
# -c base.txt
24+
# pyjwt
2025
deprecated==1.2.14
2126
# via
22-
# -c requirements/base.txt
27+
# -c base.txt
2328
# pygithub
2429
idna==3.4
2530
# via
26-
# -c requirements/base.txt
31+
# -c base.txt
2732
# requests
2833
pycparser==2.21
2934
# via
30-
# -c requirements/base.txt
35+
# -c base.txt
3136
# cffi
32-
pygithub==1.57.0
33-
# via -r requirements/ingest-github.in
34-
pyjwt==2.7.0
37+
pygithub==1.58.2
38+
# via -r ingest-github.in
39+
pyjwt[crypto]==2.7.0
3540
# via pygithub
3641
pynacl==1.5.0
3742
# via pygithub
3843
requests==2.31.0
3944
# via
40-
# -c requirements/base.txt
45+
# -c base.txt
4146
# pygithub
4247
urllib3==1.26.16
4348
# via
44-
# -c requirements/base.txt
45-
# -c requirements/constraints.in
49+
# -c base.txt
50+
# -c constraints.in
4651
# requests
4752
wrapt==1.14.1
4853
# via
49-
# -c requirements/base.txt
54+
# -c base.txt
5055
# deprecated

0 commit comments

Comments
 (0)