diff --git a/actions/__init__.py b/actions/__init__.py index 9b98dbde..5435111f 100644 --- a/actions/__init__.py +++ b/actions/__init__.py @@ -22,4 +22,4 @@ # ├── test_summarize_pr.py # └── ... -__version__ = "0.0.34" +__version__ = "0.0.35" diff --git a/pyproject.toml b/pyproject.toml index 6ace7d6d..7383e4c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ classifiers = [ dependencies = [ "requests>=2.32.3", - "ruff>=0.1.6", + "ruff>=0.8.4", "docformatter>=1.7.5", ]