Skip to content

Commit 1aabfca

Browse files
Update dependency PyGithub to v2.3.0
1 parent af2e87d commit 1aabfca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires-python = ">=3.10"
99
dependencies = [
1010
"click==8.1.7",
1111
"GitPython==3.1.42",
12-
"PyGithub==2.2.0",
12+
"PyGithub==2.3.0",
1313
]
1414

1515

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gitdb==4.0.11
88
GitPython==3.1.42
99
idna==3.6
1010
pycparser==2.21
11-
PyGithub==2.2.0
11+
PyGithub==2.3.0
1212
PyJWT==2.8.0
1313
PyNaCl==1.5.0
1414
python-dateutil==2.9.0.post0

0 commit comments

Comments
 (0)