Skip to content

Commit 7f5e246

Browse files
Bump setup to 1.94.0 (#35)
Co-authored-by: semgrep-ci[bot] <semgrep-ci[bot]@users.noreply.github.com>
1 parent 20ac2c5 commit 7f5e246

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default_stages: [manual]
55

66
repos:
77
- repo: https://github.com/semgrep/pre-commit
8-
rev: 'v1.93.0'
8+
rev: 'v1.94.0'
99
hooks:
1010
- id: semgrep
1111
name: Pre-commit semgrep

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ AppSec Platform][semgrep-platform], similar to `semgrep ci`, we provide the
1616

1717
```yaml
1818
- repo: https://github.com/semgrep/pre-commit
19-
rev: 'v1.93.0'
19+
rev: 'v1.94.0'
2020
hooks:
2121
- id: semgrep-ci
2222
```
@@ -29,7 +29,7 @@ committed with a specified config, skipping files with unknown extensions:
2929

3030
```yaml
3131
- repo: https://github.com/semgrep/pre-commit
32-
rev: 'v1.93.0'
32+
rev: 'v1.94.0'
3333
hooks:
3434
- id: semgrep
3535
# See https://semgrep.dev/explore to select a ruleset and copy its URL

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="semgrep_pre_commit_package",
8-
version="1.93.0",
9-
install_requires=["semgrep==1.93.0"],
8+
version="1.94.0",
9+
install_requires=["semgrep==1.94.0"],
1010
packages=[],
1111
)

0 commit comments

Comments
 (0)