diff --git a/poetry.lock b/poetry.lock index 8075ede..c46a517 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1166,18 +1166,18 @@ files = [ [[package]] name = "semgrep" -version = "1.124.0" +version = "1.124.1" 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.124.0-cp39.cp310.cp311.py39.py310.py311-none-macosx_10_14_x86_64.whl", hash = "sha256:f7c6b8411dcb320ee2654c13e02b96acbaef47641efc52a6d503fc57d2d88a87"}, - {file = "semgrep-1.124.0-cp39.cp310.cp311.py39.py310.py311-none-macosx_11_0_arm64.whl", hash = "sha256:8328c01c4c26adf36d5ea9e42690074008b5b84a3748b2686bac264d3d5842ac"}, - {file = "semgrep-1.124.0-cp39.cp310.cp311.py39.py310.py311-none-musllinux_1_0_aarch64.manylinux2014_aarch64.whl", hash = "sha256:97bec7d774af2d838d770f42c5abee080942d037501f2e30ca2481d7c4945614"}, - {file = "semgrep-1.124.0-cp39.cp310.cp311.py39.py310.py311-none-musllinux_1_0_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3c8dd1ef2b269c02d86d98a518b407e7ee0f0802dffed5ba9aaf7d1706f033f2"}, - {file = "semgrep-1.124.0-cp39.cp310.cp311.py39.py310.py311-none-win_amd64.whl", hash = "sha256:ad6b862b96ea7a1c291dba7b97bdb219b0da35d71ae78d5ab344133c364c0f67"}, - {file = "semgrep-1.124.0.tar.gz", hash = "sha256:ddc36e31127cb8bc1ed1a9437c1a6113405313f3747e566dc5de473b020505d9"}, + {file = "semgrep-1.124.1-cp39.cp310.cp311.py39.py310.py311-none-macosx_10_14_x86_64.whl", hash = "sha256:193dcdf0bcca83f43a70d68a1de2cd2d7430d5c8f3cf4663c9df161f5f4f5fa1"}, + {file = "semgrep-1.124.1-cp39.cp310.cp311.py39.py310.py311-none-macosx_11_0_arm64.whl", hash = "sha256:457246b76b55147e22c2008339fa2f24f29de18f7bcb97c6b57dda9b4bb6631b"}, + {file = "semgrep-1.124.1-cp39.cp310.cp311.py39.py310.py311-none-musllinux_1_0_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4307edb35167f568e5ab70c973e8660fb917071a6e80dfa49d5f2b120445e273"}, + {file = "semgrep-1.124.1-cp39.cp310.cp311.py39.py310.py311-none-musllinux_1_0_x86_64.manylinux2014_x86_64.whl", hash = "sha256:11b97c47c8dfa060d28de80a4ef843faf2731d2d7e7e8f7cd1ef4ff9c4634916"}, + {file = "semgrep-1.124.1-cp39.cp310.cp311.py39.py310.py311-none-win_amd64.whl", hash = "sha256:af29e423ce7d881445a9a02e52938e53842c34e27eb55a38a00561f351b5a181"}, + {file = "semgrep-1.124.1.tar.gz", hash = "sha256:0457a7b1ee7da522933022e39c1dcacf0ddc1c1f4d46b9cf9e53cf78dcc2cf40"}, ] [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 = "0665085a77e38c5cac18f15f266fa5289dff099871f6e3b2b8db10501c43d88a" +content-hash = "c787d2bcb366071e292556c604059c13e7bef9ed2bf32dd56673b7ebcf02fcb5" diff --git a/pyproject.toml b/pyproject.toml index 9600574..dd51d9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ mypy = "^1.16.0" pytest = "^8.4.0" poethepoet = ">=0.26.1,<0.36.0" deptry = ">=0.16.1,<0.24.0" -semgrep = "^1.124.0" +semgrep = "^1.124.1" [tool.poetry.requires-plugins] poetry-dynamic-versioning = { version = ">=1.0.0,<2.0.0", extras = ["plugin"] }