diff --git a/poetry.lock b/poetry.lock index 523b1e0..8860bb7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2157,13 +2157,13 @@ files = [ [[package]] name = "types-pywin32" -version = "306.0.0.20240822" +version = "307.0.0.20241009" description = "Typing stubs for pywin32" optional = false python-versions = ">=3.8" files = [ - {file = "types-pywin32-306.0.0.20240822.tar.gz", hash = "sha256:34d22b58aaa2cc86fe585b6e2e1eda88a60b010badea0e0e4a410ebe28744645"}, - {file = "types_pywin32-306.0.0.20240822-py3-none-any.whl", hash = "sha256:31a16f7eaf711166e8aec50ee1ddf0f16b4512e19ecc92a019ae7a0860b64bad"}, + {file = "types-pywin32-307.0.0.20241009.tar.gz", hash = "sha256:d8d95e82d2b24814b8654bc296d3b1db53f59ad132e0199946954ec6ed8e7cf1"}, + {file = "types_pywin32-307.0.0.20241009-py3-none-any.whl", hash = "sha256:3a09e17bafd0fce742d7ff2391463c16def297956929e797370df8ce9859cf83"}, ] [[package]] @@ -2375,4 +2375,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "aa76aacfd317e1a49ac84e4ab0e6901785aa66ef3a7eec22b140f1b2a2c629cb" +content-hash = "c370a3a0375da80852ab5dbbccd81f24b23c609fcf41d94840574278918238a1" diff --git a/pyproject.toml b/pyproject.toml index 5b514cb..47002a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ types-tqdm = "^4.65.0.1" lxml-stubs = "^0.5.1" pandas-stubs = "^2.0.2.230605" types-pillow = "^10.2.0.20240520" -types-pywin32 = "^306.0.0.2" +types-pywin32 = "^307.0.0.20241009" types-setuptools = "^75.1.0.20240917" types-tabulate = "^0.9.0.2" types-dataclasses = "^0.6.6"