From 9826cb90844c6041467ee5d2e2599e4cab4d3456 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 13 Jan 2025 19:44:50 -0500 Subject: [PATCH] Update deps --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0ea5877..c8bcd77 100644 --- a/poetry.lock +++ b/poetry.lock @@ -29,5 +29,5 @@ files = [ [metadata] lock-version = "2.1" -python-versions = ">=3.10" -content-hash = "5a0a26b3a18d213fb442ac372ba536370d711949a8e6de00c8ebd535202bcb4d" +python-versions = ">=3.10,<4.0" +content-hash = "529d21bdfcb7ef92c5fa9f092bcc0b6eb3849fa52bb1ea59b3406787ab5dc05b" diff --git a/pyproject.toml b/pyproject.toml index fbc7643..5b904ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ ] license = {text = "MIT"} readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.10,<4.0" dependencies = [ "click (>=8.1.8,<9.0.0)", "colorama (>=0.4.6,<0.5.0)"