From 3b7bf73195bee35a231065d1c7f7200fdd703dcf Mon Sep 17 00:00:00 2001 From: Marius Kleidl <1375043+Acconut@users.noreply.github.com> Date: Tue, 3 Dec 2024 08:41:23 +0100 Subject: [PATCH 1/2] Do not exclude newer Python versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd5ed6e..3484991 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ packages = [ ] [tool.poetry.dependencies] -python = ">=3.9,<3.13" +python = ">=3.9" requests = "^2.30.0" tuspy = "^1.0.0" From 88f0193d488421d3d6e25be1e38e3746449b0c17 Mon Sep 17 00:00:00 2001 From: Marius Kleidl Date: Tue, 3 Dec 2024 08:52:53 +0100 Subject: [PATCH 2/2] Update poetry.lock --- poetry.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index a2b5cb3..7b4082d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1240,13 +1240,13 @@ test = ["pytest"] [[package]] name = "tinydb" -version = "4.8.0" +version = "3.15.2" description = "TinyDB is a tiny, document oriented database optimized for your happiness :)" optional = false -python-versions = ">=3.7,<4.0" +python-versions = "*" files = [ - {file = "tinydb-4.8.0-py3-none-any.whl", hash = "sha256:30c06d12383d7c332e404ca6a6103fb2b32cbf25712689648c39d9a6bd34bd3d"}, - {file = "tinydb-4.8.0.tar.gz", hash = "sha256:6dd686a9c5a75dfa9280088fd79a419aefe19cd7f4bd85eba203540ef856d564"}, + {file = "tinydb-3.15.2-py2.py3-none-any.whl", hash = "sha256:1087ade5300c47dbf9539d9f6dafd53115bd5e85a67d480d8188bdbfa2d9eaf4"}, + {file = "tinydb-3.15.2.tar.gz", hash = "sha256:f273d9b6d8b1b5e1d094a6eb8b72851b39b81099293344132c73332b60e3b893"}, ] [[package]] @@ -1477,5 +1477,5 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" -python-versions = ">=3.9,<3.13" -content-hash = "1548c0020e5394da09072dca49d591e103d45cabb21c6ad12aa52d274ff48d8e" +python-versions = ">=3.9" +content-hash = "20ba28b7d82a85af7217c17d2595a77980af32f92ce373ef2eb09e157c362a4c"