From 13958736a4140ad4b21940fa2d94612d21bfa971 Mon Sep 17 00:00:00 2001 From: Edmond Date: Thu, 20 Jun 2024 23:04:14 +1000 Subject: [PATCH] build: set setuptools version to major --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index ecbf109..a15d42e 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.2 and should not be changed by hand. [[package]] name = "anyio" @@ -1194,4 +1194,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.12,<4.0.0" -content-hash = "3b817cfed7229138ca585a93c45088f8b1af8bd2157c34d7b427a72eb694fa3f" +content-hash = "c10e1601e31e8ef02cf1bc3abd466d6c352e76420536f52fdedd767f96108bf0" diff --git a/pyproject.toml b/pyproject.toml index c4470c5..b6589e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dateutils = "^0.6.12" colorama = "^0.4.4" Pillow = "^9.1.0" pytest = "^7.2.0" -setuptools = "70.0.0" +setuptools = "^70.0.0" google-api-python-client = "^2.51.0" pipdeptree = "^2.3.3" jinja2 = "^3.1.2"