diff --git a/poetry.lock b/poetry.lock index 7a68a98..753d445 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2191,13 +2191,13 @@ types-pyOpenSSL = "*" [[package]] name = "types-setuptools" -version = "75.1.0.20240917" +version = "75.1.0.20241014" description = "Typing stubs for setuptools" optional = false python-versions = ">=3.8" files = [ - {file = "types-setuptools-75.1.0.20240917.tar.gz", hash = "sha256:12f12a165e7ed383f31def705e5c0fa1c26215dd466b0af34bd042f7d5331f55"}, - {file = "types_setuptools-75.1.0.20240917-py3-none-any.whl", hash = "sha256:06f78307e68d1bbde6938072c57b81cf8a99bc84bd6dc7e4c5014730b097dc0c"}, + {file = "types-setuptools-75.1.0.20241014.tar.gz", hash = "sha256:29b0560a8d4b4a91174be085847002c69abfcb048e20b33fc663005aedf56804"}, + {file = "types_setuptools-75.1.0.20241014-py3-none-any.whl", hash = "sha256:caab58366741fb99673d0138b6e2d760717f154cfb981b74fea5e8de40f0b703"}, ] [[package]] @@ -2372,4 +2372,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "313fba2d124cb51c5f46e3b271e6dd15160c596700ab8b760c1c84b31b70c7d4" +content-hash = "6f6b4fd546ef3879fd80247d25a760b0c9970bbfe79809e31717466f903639af" diff --git a/pyproject.toml b/pyproject.toml index 2e89abf..4c649e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ lxml-stubs = "^0.5.1" pandas-stubs = "^2.2.3.241009" types-pillow = "^10.2.0.20240520" types-pywin32 = "^307.0.0.20241009" -types-setuptools = "^75.1.0.20240917" +types-setuptools = "^75.1.0.20241014" types-tabulate = "^0.9.0.2" types-dataclasses = "^0.6.6" types-pyyaml = "^6.0.12.20240808"