From 892f90e4bf27c5353160ebe702b6efbc9d6d4f3c Mon Sep 17 00:00:00 2001 From: Ryan Field Date: Mon, 2 Dec 2024 11:10:03 +0000 Subject: [PATCH] dependencies updates --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a33f358..0b38981 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,8 +48,8 @@ pytest-dependency = "*" pytest-cov = "*" pre-commit = "^2.17.0" isort = "^5.10.1" -Sphinx = "^4.3.2" -sphinx-rtd-theme = "^1.0.0" +Sphinx = "*" +sphinx-rtd-theme = "*" [build-system] requires = ["poetry>=1.0.0"]