From f63e470c2d3d061f8ed918dc60d599963f4c884e Mon Sep 17 00:00:00 2001 From: Kumaran Rajendhiran Date: Wed, 14 Aug 2024 05:06:27 +0000 Subject: [PATCH] Update library versions --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 68a2404..7967dfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,10 +64,10 @@ lint = [ "types-Pygments", "types-docutils", "mypy==1.11.1", - "ruff==0.5.6", + "ruff==0.5.7", "pyupgrade-directories==0.3.0", "bandit==1.7.9", - "semgrep==1.83.0", + "semgrep==1.84.1", "pytest-mypy-plugins==3.1.2", ]