diff --git a/pyproject.toml b/pyproject.toml index a1fc068..43d8e0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,13 +14,13 @@ authors = [ dynamic = "version_variables" dependencies = [ "PyGithub==2.4.0", - "python-semantic-release==9.8.8" + "python-semantic-release==9.8.9" ] [project.optional-dependencies] dev = [ - "pylint==3.2.7", - "pipdeptree==2.23.3", + "pylint==3.3.1", + "pipdeptree==2.23.4", ] test = [ "pytest-cov==5.0.0", diff --git a/requirements.txt b/requirements.txt index aeb948f..39ea082 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pipdeptree==2.23.3 +pipdeptree==2.23.4 PyGithub==2.4.0 -pylint==3.2.7 +pylint==3.3.1 pytest-cov==5.0.0