diff --git a/poetry.lock b/poetry.lock index f1d1d389..e501360d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1443,13 +1443,13 @@ files = [ [[package]] name = "setuptools" -version = "75.7.0" +version = "75.8.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.9" 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.extras] @@ -1784,4 +1784,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "32c334a35fe98f761ef1b9f6cf0c2df092f5387072175c7989ef5a859f6c80fa" +content-hash = "86332beb340242c010ba478ff10d4ca505a88f9831ff78e71e7b2a2931f3e53f" diff --git a/pyproject.toml b/pyproject.toml index 4f0ea610..ece18b42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ pytest-xdist = "~3.6.0" redbaron = "~0.9.0" respx = "~0.22.0" ruff = "~0.8.0" -setuptools = "~75.7.0" # setuptools are used by pytest but not explicitly required +setuptools = "~75.8.0" # setuptools are used by pytest but not explicitly required [tool.ruff] line-length = 120