From ac020d9f69c9ff52d3f995b542bbbdbe811d59e1 Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:53:58 -0500 Subject: [PATCH] =?UTF-8?q?build:=20=E2=AC=86=EF=B8=8F=20Change=20python?= =?UTF-8?q?=20to=20less=20than=203.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 403f63c7..e4ce3f72 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1555,13 +1555,13 @@ six = ">=1.12" [[package]] name = "griffe" -version = "0.47.0" +version = "0.49.0" description = "Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API." optional = false python-versions = ">=3.8" files = [ - {file = "griffe-0.47.0-py3-none-any.whl", hash = "sha256:07a2fd6a8c3d21d0bbb0decf701d62042ccc8a576645c7f8799fe1f10de2b2de"}, - {file = "griffe-0.47.0.tar.gz", hash = "sha256:95119a440a3c932b13293538bdbc405bee4c36428547553dc6b327e7e7d35e5a"}, + {file = "griffe-0.49.0-py3-none-any.whl", hash = "sha256:c0d505f2a444ac342b22f4647d6444c8db64964b6a379c14f401fc467c0741a3"}, + {file = "griffe-0.49.0.tar.gz", hash = "sha256:a7e1235c27d8139e0fd24a5258deef6061bc876a9fda8117a5cf7b53ee940a91"}, ] [package.dependencies] @@ -4124,5 +4124,5 @@ all = [] [metadata] lock-version = "2.0" -python-versions = ">=3.8,<=3.12" -content-hash = "62248c22dc6accacf8b79853a832d388621f2aacbb20f06c61d5881d437a8eac" +python-versions = ">=3.8,<3.13" +content-hash = "4c96a449bd69426f3e01cfaf638c54d61b218e5e47f901bf80edbc3d1754ba1e" diff --git a/pyproject.toml b/pyproject.toml index c4deba7b..3373af97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ include = [ ] [tool.poetry.dependencies] -python = ">=3.8,<=3.12" +python = ">=3.8,<3.13" # Used for local development pycountry = "^22.3.5" matplotlib = "^3.3.4"