From 95d393de39a7dbf6b3008abd0bcea7ebe4f38b04 Mon Sep 17 00:00:00 2001 From: rjambrecic <32619626+rjambrecic@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:18:26 +0200 Subject: [PATCH] Update packages (#28) --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4212252..2c9712d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,15 +66,15 @@ lint = [ "types-Pygments", "types-docutils", "mypy==1.10.0", - "ruff==0.4.9", + "ruff==0.4.10", "pyupgrade-directories==0.3.0", "bandit==1.7.9", - "semgrep==1.75.0", + "semgrep==1.77.0", "pytest-mypy-plugins==3.1.2", ] test-core = [ - "coverage[toml]==7.5.3", + "coverage[toml]==7.5.4", "pytest==8.2.2", "pytest-asyncio==0.23.7", ]