From a1121bfdffc519ed2a84544e1f98a630c7444d90 Mon Sep 17 00:00:00 2001 From: "B.T. Franklin" Date: Fri, 6 Dec 2024 20:17:21 -0700 Subject: [PATCH] Updated dependency versions in pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 71e367a..4e333f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,8 +46,8 @@ excludes = ["tests/**"] [tool.pdm.dev-dependencies] dev = [ - "pytest>=8.3.1", - "flake8>=7.1.0", + "pytest>=8.3.4", + "flake8>=7.1.1", ] [project.scripts]