diff --git a/pyproject.toml b/pyproject.toml index 69aeb147..5c4ff0f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,10 +33,10 @@ dependencies = [ [project.optional-dependencies] tests = [ - "pytest==8.4.1", - "pytest-cov==6.2.1", + "pytest==8.4.2", + "pytest-cov==6.3.0", "click==8.2.1", - "PyGithub==2.7.0", + "PyGithub==2.8.1", "gitpython==3.1.45", ] doc = [