From 0b31840c2b5d9ded15d01614f843faad145bf722 Mon Sep 17 00:00:00 2001 From: Robert Jambrecic Date: Wed, 13 Nov 2024 14:24:44 +0000 Subject: [PATCH] Update packages --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2f0c047..37797da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,11 +24,11 @@ lint = [ "types-ujson", "types-Pygments", "types-docutils", - "mypy==1.12.1", - "ruff==0.7.2", + "mypy==1.13.0", + "ruff==0.7.3", "pyupgrade-directories==0.3.0", "bandit==1.7.10", - "semgrep==1.95.0", + "semgrep==1.96.0", "codespell==2.3.0", "pytest-mypy-plugins==3.1.2", ]