diff --git a/poetry.lock b/poetry.lock index e1b8024..14414b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1134,14 +1134,14 @@ urllib3 = ">=2" [[package]] name = "types-setuptools" -version = "78.1.0.20250329" +version = "79.0.0.20250422" description = "Typing stubs for setuptools" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "types_setuptools-78.1.0.20250329-py3-none-any.whl", hash = "sha256:ea47eab891afb506f470eee581dcde44d64dc99796665da794da6f83f50f6776"}, - {file = "types_setuptools-78.1.0.20250329.tar.gz", hash = "sha256:31e62950c38b8cc1c5114b077504e36426860a064287cac11b9666ab3a483234"}, + {file = "types_setuptools-79.0.0.20250422-py3-none-any.whl", hash = "sha256:55238c0b18cdc08dd26c32d6d8385ca1ea59b93dde760dae96d15868b7911990"}, + {file = "types_setuptools-79.0.0.20250422.tar.gz", hash = "sha256:9c9f699a5914d2ed97f02ee749fb2c7bc2898f8dad03b5dd74b74d4f80e29972"}, ] [package.dependencies] @@ -1223,4 +1223,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.1" python-versions = ">=3.12, <3.14" -content-hash = "68c9caa376778de676fadf17ff464ddb63b4ee4662b34d033732ac52cf776c69" +content-hash = "f26ff621f4438e8ed663769e5bd38455aee1d91de168b812421390b7e3203f85" diff --git a/pyproject.toml b/pyproject.toml index 5f73da5..5d4bac4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ mkdocstrings-python = "^1.12.1" types-pygments = "^2.18.0.20240506" types-colorama = "^0.4.15.20240311" types-requests = "^2.32.0.20241016" -types-setuptools = ">=75.2.0.20241018,<79.0.0.0" +types-setuptools = ">=75.2.0.20241018,<80.0.0.0" black = ">=24.10,<26.0" [build-system]