From a98e26cc30c8d6c331aba021e9eb2f3cd22126cc Mon Sep 17 00:00:00 2001 From: "semgrep-ci[bot]" <106279034+semgrep-ci[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 01:02:49 +0000 Subject: [PATCH] Bump setup to 1.100.0 (#40) Co-authored-by: semgrep-ci[bot] --- .pre-commit-config.yaml | 2 +- README.md | 4 ++-- setup.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4bba1a3..4b9096d 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.99.0' + rev: 'v1.100.0' hooks: - id: semgrep name: Pre-commit semgrep diff --git a/README.md b/README.md index aec8d4d..78769c0 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.99.0' + rev: 'v1.100.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.99.0' + rev: 'v1.100.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 5e45883..ab4b458 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="semgrep_pre_commit_package", - version="1.99.0", - install_requires=["semgrep==1.99.0"], + version="1.100.0", + install_requires=["semgrep==1.100.0"], packages=[], )