diff --git a/poetry.lock b/poetry.lock index 6af3ea3..ed99d06 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2154,13 +2154,13 @@ files = [ [[package]] name = "types-pywin32" -version = "307.0.0.20241009" +version = "308.0.0.20241015" description = "Typing stubs for pywin32" optional = false python-versions = ">=3.8" files = [ - {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"}, + {file = "types-pywin32-308.0.0.20241015.tar.gz", hash = "sha256:f31ff8609bba347bdb54b20b8914e347d3f3e5e0b1a81104045f92ff71a5bc17"}, + {file = "types_pywin32-308.0.0.20241015-py3-none-any.whl", hash = "sha256:33a494b1396edceeb18c0934139d819cf4e93750f756d693cb07451c7e2dfa27"}, ] [[package]] @@ -2372,4 +2372,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "5930614d559af14138fda641727327249399632971e3c1c2a7aa94f343edf51e" +content-hash = "f604c6d4350d901df9cfd3f586821a8b1ef5c5958740bce854462713b562211c" diff --git a/pyproject.toml b/pyproject.toml index 4ace99d..fee2a59 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.2.3.241009" types-pillow = "^10.2.0.20240520" -types-pywin32 = "^307.0.0.20241009" +types-pywin32 = "^308.0.0.20241015" types-setuptools = "^75.1.0.20241014" types-tabulate = "^0.9.0.2" types-dataclasses = "^0.6.6"