Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency PyGithub to v2.5.0 #270

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update dependency PyGithub to v2.5.0
renovate[bot] authored Nov 7, 2024
commit 4fa2952b1f59114c58e63ea556e3c5b9ca2b507c
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ requires-python = ">=3.10"
dependencies = [
"click==8.1.7",
"GitPython==3.1.43",
"PyGithub==2.4.0",
"PyGithub==2.5.0",
]


2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ gitdb==4.0.11
GitPython==3.1.43
idna==3.10
pycparser==2.22
PyGithub==2.4.0
PyGithub==2.5.0
PyJWT==2.9.0
PyNaCl==1.5.0
python-dateutil==2.9.0.post0