From 548d965c6b71e89a13a9a94819850c8d767fa43a Mon Sep 17 00:00:00 2001 From: Kumaran Rajendhiran Date: Wed, 17 Jul 2024 10:47:37 +0530 Subject: [PATCH] Update package versions (#36) --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6948039..37524a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,16 +63,16 @@ lint = [ "types-ujson", "types-Pygments", "types-docutils", - "mypy==1.10.0", - "ruff==0.4.10", + "mypy==1.10.1", + "ruff==0.5.2", "pyupgrade-directories==0.3.0", "bandit==1.7.9", - "semgrep==1.76.0", + "semgrep==1.79.0", "pytest-mypy-plugins==3.1.2", ] test-core = [ - "coverage[toml]==7.5.4", + "coverage[toml]==7.6.0", "pytest==8.2.2", "pytest-asyncio==0.23.7", ]