From bf023b2a74fbe1cb115cd574a3878fdc7ead621a Mon Sep 17 00:00:00 2001 From: Joe Matthew Date: Mon, 24 Jun 2024 11:45:11 +0200 Subject: [PATCH] fix: poetry lock update --- poetry.lock | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 76fed70..cbe1b00 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3502,4 +3502,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b5f680ef057d3a739f6d27b367ad9c9423ef01e8754276574043d5cf158480ea" +content-hash = "2ef5f0d096b47d5d154a2e4a1de6af7eb78c9e14ccd124e4149a8a01d99d4ae5" diff --git a/pyproject.toml b/pyproject.toml index 8f50051..b80f602 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,6 @@ JSON-log-formatter = "0.5.2" pyaml-env = "1.2.1" python-dotenv = "1.0.1" hexbytes = "0.3.1" -setuptools = "69.5.1" [build-system] requires = ["poetry-core"]