diff --git a/poetry.lock b/poetry.lock index 04ca1f4..0737c38 100644 --- a/poetry.lock +++ b/poetry.lock @@ -795,14 +795,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "setuptools" -version = "77.0.3" +version = "78.1.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "setuptools-77.0.3-py3-none-any.whl", hash = "sha256:67122e78221da5cf550ddd04cf8742c8fe12094483749a792d56cd669d6cf58c"}, - {file = "setuptools-77.0.3.tar.gz", hash = "sha256:583b361c8da8de57403743e756609670de6fb2345920e36dc5c2d914c319c945"}, + {file = "setuptools-78.1.0-py3-none-any.whl", hash = "sha256:3e386e96793c8702ae83d17b853fb93d3e09ef82ec62722e61da5cd22376dcd8"}, + {file = "setuptools-78.1.0.tar.gz", hash = "sha256:18fd474d4a82a5f83dac888df697af65afa82dec7323d09c3e37d1f14288da54"}, ] [package.extras] @@ -936,4 +936,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0" -content-hash = "2744d0bd9140875f351b3388c98318ea1b48204d8656f177ce4aa905febdde26" +content-hash = "3b81d27498a1717e0b8e596eda5938e97334aad684f4f7d593db4017f4d1dc64" diff --git a/pyproject.toml b/pyproject.toml index 7244134..4bd27b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pathvalidate = ">=2.5.2,<4.0.0" importlib-metadata = { version = "~4.2.0", python = "<3.8" } interrogate = "^1.5.0" usingversion = "^0.1.2" -setuptools = ">=75.1,<78.0" +setuptools = ">=75.1,<79.0" [tool.poetry.group.extras.dependencies] coverage = ">=6.5,<8.0"