diff --git a/poetry.lock b/poetry.lock index b3a753f..c079a1a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1166,18 +1166,18 @@ files = [ [[package]] name = "semgrep" -version = "1.125.0" +version = "1.126.0" description = "Lightweight static analysis for many languages. Find bug variants with patterns that look like source code." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "semgrep-1.125.0-cp39.cp310.cp311.py39.py310.py311-none-macosx_10_14_x86_64.whl", hash = "sha256:bd40f32e888a92ff6d41707f65e23778bbfb4d4a43a20901ec0b2719f428181a"}, - {file = "semgrep-1.125.0-cp39.cp310.cp311.py39.py310.py311-none-macosx_11_0_arm64.whl", hash = "sha256:5a050678823ae13fe6f6ee29c0d49391f1eb8d285a8f37b30485f4a2c4974f22"}, - {file = "semgrep-1.125.0-cp39.cp310.cp311.py39.py310.py311-none-musllinux_1_0_aarch64.manylinux2014_aarch64.whl", hash = "sha256:045087e6110a771deaee1057e0b176ef90781d353bfc1340338c352d46589fbf"}, - {file = "semgrep-1.125.0-cp39.cp310.cp311.py39.py310.py311-none-musllinux_1_0_x86_64.manylinux2014_x86_64.whl", hash = "sha256:020152a08298b57978e754490bbf2cd98f7db73d0a8b9469c7d411c92ea7228b"}, - {file = "semgrep-1.125.0-cp39.cp310.cp311.py39.py310.py311-none-win_amd64.whl", hash = "sha256:74ebdb9e89d7b749a60d81bc5e3de23ad1215fc14ea3360570e7950679e06e52"}, - {file = "semgrep-1.125.0.tar.gz", hash = "sha256:1e60d462b2d41c2804f4ba55b73cca11eabaad35f2fdf52a5bf00f1b7ccde51a"}, + {file = "semgrep-1.126.0-cp39.cp310.cp311.py39.py310.py311-none-macosx_10_14_x86_64.whl", hash = "sha256:5f768f30e41574a654ba6b4717264957a2c11b082a3392aedee598d58108aa76"}, + {file = "semgrep-1.126.0-cp39.cp310.cp311.py39.py310.py311-none-macosx_11_0_arm64.whl", hash = "sha256:5294395375c598a667cfa0b9be741fab5c7f05617f65ed6ad12fd6cf6558a70c"}, + {file = "semgrep-1.126.0-cp39.cp310.cp311.py39.py310.py311-none-musllinux_1_0_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1949399daf7cede12d44b6a83fb67c3e10dfc9da6b3eb6bf01e5bb05108a9e3b"}, + {file = "semgrep-1.126.0-cp39.cp310.cp311.py39.py310.py311-none-musllinux_1_0_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dbf19a85b8bcaf650d213d7b709e95b629f91bed8adbef5a8d4e77b1e09507bd"}, + {file = "semgrep-1.126.0-cp39.cp310.cp311.py39.py310.py311-none-win_amd64.whl", hash = "sha256:967c3696d4f79c7f1d2d41c4c4b2b6d39f69a78e3a14c59b58231238667beca7"}, + {file = "semgrep-1.126.0.tar.gz", hash = "sha256:3158e1c84ee416f102739d8205689a74d6552178424d028f2e5d39bea31c15ad"}, ] [package.dependencies] @@ -1409,4 +1409,4 @@ test = ["big-O", "importlib-resources ; python_version < \"3.9\"", "jaraco.funct [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "2960be6ed3a54eb836cc0603c3da4e89582a2c86d425d4e37fc777522f379698" +content-hash = "f765c6a2139cf3ff90b4b178a0e2bbeb1375b3029bc705560507281f8e64119b" diff --git a/pyproject.toml b/pyproject.toml index 3e10054..f15a87f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ mypy = "^1.16.1" pytest = "^8.4.1" poethepoet = ">=0.26.1,<0.36.0" deptry = ">=0.16.1,<0.24.0" -semgrep = "^1.125.0" +semgrep = "^1.126.0" [tool.poetry.requires-plugins] poetry-dynamic-versioning = { version = ">=1.0.0,<2.0.0", extras = ["plugin"] }