From e8a5e3480a9f23582ed05bf4b00de12be4feed75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 15:41:02 +0000 Subject: [PATCH] build(deps-dev): update dependency setuptools to v74.1.2 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7c2833a..1f30979 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1486,13 +1486,13 @@ tornado = ["tornado (>=6)"] [[package]] name = "setuptools" -version = "74.0.0" +version = "74.1.2" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "setuptools-74.0.0-py3-none-any.whl", hash = "sha256:0274581a0037b638b9fc1c6883cc71c0210865aaa76073f7882376b641b84e8f"}, - {file = "setuptools-74.0.0.tar.gz", hash = "sha256:a85e96b8be2b906f3e3e789adec6a9323abf79758ecfa3065bd740d81158b11e"}, + {file = "setuptools-74.1.2-py3-none-any.whl", hash = "sha256:5f4c08aa4d3ebcb57a50c33b1b07e94315d7fc7230f7115e47fc99776c8ce308"}, + {file = "setuptools-74.1.2.tar.gz", hash = "sha256:95b40ed940a1c67eb70fc099094bd6e99c6ee7c23aa2306f4d2697ba7916f9c6"}, ] [package.extras] @@ -1685,4 +1685,4 @@ email = ["email-validator"] [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "fdb2b92c655c7767142531531c419d356d743e2fe6a74e1e0f2315bc23826dfe" +content-hash = "09c00cdbff433135f0b260fcb40d6cf2f2341fb1374a39fdf279b679ce50d182" diff --git a/pyproject.toml b/pyproject.toml index 0319697..b2c914e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pyfiglet = "1.0.2" # Utils bpython = "0.23" # https://stackoverflow.com/questions/69919970/no-module-named-distutils-util-but-distutils-installed -setuptools = "74.0.0" +setuptools = "74.1.2" # Production gunicorn = "23.0.0"