From 574660656ea808a30aaa81fe20508b1c758793e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 22:11:23 +0000 Subject: [PATCH] chore(deps): update dependency setuptools to >=75.8.0 --- pdm.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pdm.lock b/pdm.lock index 2418e51..4ae6f19 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "build", "lint", "test"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:469b2e65eec3a78a347a507df820d175eddf675ff5473775a77c03be271be473" +content_hash = "sha256:c5be380dcd2a1a8be4e34321e83930713cd512f98e9babe490c58f4663a1f17c" [[metadata.targets]] requires_python = ">=3.9" @@ -223,13 +223,13 @@ files = [ [[package]] name = "setuptools" -version = "75.7.0" +version = "75.8.0" requires_python = ">=3.9" summary = "Easily download, build, install, upgrade, and uninstall Python packages" groups = ["build"] files = [ - {file = "setuptools-75.7.0-py3-none-any.whl", hash = "sha256:84fb203f278ebcf5cd08f97d3fb96d3fbed4b629d500b29ad60d11e00769b183"}, - {file = "setuptools-75.7.0.tar.gz", hash = "sha256:886ff7b16cd342f1d1defc16fc98c9ce3fde69e087a4e1983d7ab634e5f41f4f"}, + {file = "setuptools-75.8.0-py3-none-any.whl", hash = "sha256:e3982f444617239225d675215d51f6ba05f845d4eec313da4418fdbb56fb27e3"}, + {file = "setuptools-75.8.0.tar.gz", hash = "sha256:c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index eb918de..42bc1d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,4 +59,4 @@ run-setuptools = true [tool.pdm.dev-dependencies] lint = ["pylint>=3.3.3", "pyright>=1.1.391", "ruff>=0.8.6"] test = ["pytest>=8.3.4"] -build = ["setuptools>=75.7.0"] +build = ["setuptools>=75.8.0"]