From f11cd66117a4a5f293a66598d0f701c73241a79d Mon Sep 17 00:00:00 2001 From: David Brownell Date: Mon, 29 Apr 2024 18:46:12 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20[refactor]=20Updated=20dependenc?= =?UTF-8?q?y=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7512d0e..3b8172d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,11 +55,11 @@ classifiers = [ ] dependencies = [ - "dbrownell_Common", - "GitPython == 3.*", - "jsonschema == 4.*", - "rtyaml == 1.*", - "semantic_version == 2.*", + "dbrownell_Common == 0.*", + "GitPython ~= 3.1", + "jsonschema ~= 4.21", + "rtyaml ~= 1.0", + "semantic_version ~= 2.10", ] dynamic = [ @@ -70,13 +70,13 @@ readme = "README.md" [project.optional-dependencies] dev = [ - "dbrownell_DevTools", + "dbrownell_DevTools == 0.*", ] package = [ - "build == 1.*", - "cx_Freeze == 6.*", - "twine == 4.*", + "build ~= 1.2", + "cx_Freeze ~= 6.15", + "twine ~= 4.0", ] [project.scripts]