diff --git a/poetry.lock b/poetry.lock index c2c4269..33890a3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1134,14 +1134,14 @@ urllib3 = ">=2" [[package]] name = "types-setuptools" -version = "76.0.0.20250313" +version = "78.1.0.20250329" description = "Typing stubs for setuptools" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "types_setuptools-76.0.0.20250313-py3-none-any.whl", hash = "sha256:bf454b2a49b8cfd7ebcf5844d4dd5fe4c8666782df1e3663c5866fd51a47460e"}, - {file = "types_setuptools-76.0.0.20250313.tar.gz", hash = "sha256:b2be66f550f95f3cad2a7d46177b273c7e9c80df7d257fa57addbbcfc8126a9e"}, + {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"}, ] [package.dependencies] @@ -1223,4 +1223,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.1" python-versions = ">=3.12, <3.14" -content-hash = "b0a82599e66e8289e45f4f139ff796c74240d44270ce9551f629133350b61c43" +content-hash = "68c9caa376778de676fadf17ff464ddb63b4ee4662b34d033732ac52cf776c69" diff --git a/pyproject.toml b/pyproject.toml index af222db..f515247 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,<77.0.0.0" +types-setuptools = ">=75.2.0.20241018,<79.0.0.0" black = ">=24.10,<26.0" [build-system]