diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 524a935..851a4d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ default_stages: [manual] repos: - repo: https://github.com/semgrep/pre-commit - rev: 'v1.84.1' + rev: 'b120e91' hooks: - id: semgrep name: Pre-commit semgrep diff --git a/README.md b/README.md index 7ecb6e7..3da3ca3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ AppSec Platform][semgrep-platform], similar to `semgrep ci`, we provide the ```yaml - repo: https://github.com/semgrep/pre-commit - rev: 'v1.84.1' + rev: 'v1.85.0' hooks: - id: semgrep-ci ``` @@ -29,7 +29,7 @@ committed with a specified config, skipping files with unknown extensions: ```yaml - repo: https://github.com/semgrep/pre-commit - rev: 'v1.84.1' + rev: 'v1.85.0' hooks: - id: semgrep # See https://semgrep.dev/explore to select a ruleset and copy its URL diff --git a/setup.py b/setup.py index 6b283da..f10ded9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="semgrep_pre_commit_package", - version="1.84.1", - install_requires=["semgrep==1.84.1"], + version="1.85.0", + install_requires=["semgrep==1.85.0"], packages=[], )