From 18392e912628c259e0b9e66318cff138220746f0 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 15 Oct 2024 09:12:53 -0700 Subject: [PATCH] Relax python version --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3133077..b90ad7c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -536,5 +536,5 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" -python-versions = "^3.12" -content-hash = "2b036a0850fa6e5186e8f0bb2708f08cf9d86dcca491e5400eb3430aaa869655" +python-versions = "^3.11" +content-hash = "0ce19505f7f19329c887cfe61c63a0e38bc5461cf8739d6e2979e723ec1837da" diff --git a/pyproject.toml b/pyproject.toml index 9eef95a..f69921c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" readme = "README.md" [tool.poetry.dependencies] -python = "^3.12" +python = "^3.11" requests = "^2.32.3" [tool.poetry.group.dev.dependencies]