ratchets

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 3b6b7264373646d426224436d87e57673d600bbe
parent b37cae076d4f86dc07697b100aabeadd873ab397
Author: Andrew Laack <andrew@laack.co>
Date:   Wed, 18 Jun 2025 18:31:16 -0500

Updated dependencies for pyproject

Diffstat:
Mpyproject.toml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ratchets" -version = "0.1.0" +version = "0.1.2" description = "Ratcheted testing in Python." authors = [ { name = "Andrew Laack", email = "andrew@laack.co" } @@ -13,8 +13,8 @@ readme = "README.md" license = { text = "GPL-3.0-only" } requires-python = ">=3.7" dependencies = [ - "pathspec==0.12.1", - "toml==0.10.2" + "pathspec~=0.12.1", + "toml~=0.10.2" ] [project.optional-dependencies]