From 68af513c8d184871985dde75c5263bdc4056938d Mon Sep 17 00:00:00 2001 From: Robert Jambrecic Date: Mon, 9 Dec 2024 10:47:26 +0000 Subject: [PATCH] Update packages --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 069b0fb..bd16042 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,16 +67,16 @@ lint = [ "types-Pygments", "types-docutils", "mypy==1.13.0", - "ruff==0.8.0", + "ruff==0.8.1", "pyupgrade-directories==0.3.0", - "bandit==1.7.10", + "bandit==1.8.0", "semgrep==1.97.0", "pytest-mypy-plugins==3.1.2", ] test-core = [ "coverage[toml]==7.6.8", - "pytest==8.3.3", + "pytest==8.3.4", "pytest-asyncio==0.24.0", ]