diff --git a/pyproject.toml b/pyproject.toml index dfbbac0..d996028 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,9 +24,9 @@ classifiers = [ ] dependencies = [ - "click==8.3.1", - "gitpython==3.1.45", - "pygithub==2.8.1", + "click==8.3.2", + "gitpython==3.1.46", + "pygithub==2.9.0", "pyyaml==6.0.3", "ulid-py==1.1", ]