diff --git a/pdm.lock b/pdm.lock index 0c695b4..2418e51 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:c7a4ec1ed09f7601b8c61041ea53687040f775bd3a0e73ec14a8fdd8973b43dd" +content_hash = "sha256:469b2e65eec3a78a347a507df820d175eddf675ff5473775a77c03be271be473" [[metadata.targets]] requires_python = ">=3.9" @@ -223,13 +223,13 @@ files = [ [[package]] name = "setuptools" -version = "75.6.0" +version = "75.7.0" requires_python = ">=3.9" summary = "Easily download, build, install, upgrade, and uninstall Python packages" groups = ["build"] files = [ - {file = "setuptools-75.6.0-py3-none-any.whl", hash = "sha256:ce74b49e8f7110f9bf04883b730f4765b774ef3ef28f722cce7c273d253aaf7d"}, - {file = "setuptools-75.6.0.tar.gz", hash = "sha256:8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6"}, + {file = "setuptools-75.7.0-py3-none-any.whl", hash = "sha256:84fb203f278ebcf5cd08f97d3fb96d3fbed4b629d500b29ad60d11e00769b183"}, + {file = "setuptools-75.7.0.tar.gz", hash = "sha256:886ff7b16cd342f1d1defc16fc98c9ce3fde69e087a4e1983d7ab634e5f41f4f"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 446e2da..eb918de 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.6.0"] +build = ["setuptools>=75.7.0"]