From ba6352fc5dc875ab681fe73fcf6ade19d859b524 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 13 Jan 2025 19:45:40 -0500 Subject: [PATCH] Update deps --- poetry.lock | 7 ------- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 poetry.lock diff --git a/poetry.lock b/poetry.lock deleted file mode 100644 index 02d53ef..0000000 --- a/poetry.lock +++ /dev/null @@ -1,7 +0,0 @@ -# This file is automatically @generated by Poetry 2.0.0 and should not be changed by hand. -package = [] - -[metadata] -lock-version = "2.1" -python-versions = ">=3.10" -content-hash = "b08227dc5674045d1a6b5ab20f461c6a08d2d9bdfd724891aceb1a0c2b3614b1" diff --git a/pyproject.toml b/pyproject.toml index a9e5be7..c5eec1e 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 = [ ]