From ab65ba0dc416a2222c5eecea6804ee73564ff6e4 Mon Sep 17 00:00:00 2001 From: Josh lloyd Date: Fri, 12 Jan 2024 08:56:32 -0700 Subject: [PATCH] fix constraint --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af52195..cd64613 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pytest = "^7.2.1" flake8 = "^5.0.4" darglint = "^1.8.1" black = "^23.1.0" -pydocstyle = "^6.3.*" +pydocstyle = "^6.3.0" pyupgrade = "^3.3.1" mypy = "^1.0.0" isort = "^5.11.5"