diff --git a/poetry.lock b/poetry.lock index 30fed17..710cbe3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2014,14 +2014,14 @@ files = [ [[package]] name = "pywin32-ctypes" -version = "0.2.2" +version = "0.2.3" description = "A (partial) reimplementation of pywin32 using ctypes/cffi" optional = false python-versions = ">=3.6" groups = ["main"] files = [ - {file = "pywin32-ctypes-0.2.2.tar.gz", hash = "sha256:3426e063bdd5fd4df74a14fa3cf80a0b42845a87e1d1e81f6549f9daec593a60"}, - {file = "pywin32_ctypes-0.2.2-py3-none-any.whl", hash = "sha256:bf490a1a709baf35d688fe0ecf980ed4de11d2b3e37b51e5442587a75d9957e7"}, + {file = "pywin32-ctypes-0.2.3.tar.gz", hash = "sha256:d162dc04946d704503b2edc4d55f3dba5c1d539ead017afa00142c38b9885755"}, + {file = "pywin32_ctypes-0.2.3-py3-none-any.whl", hash = "sha256:8a1513379d709975552d202d942d9837758905c8d01eb82b8bcc30918929e7b8"}, ] [[package]] @@ -3116,4 +3116,4 @@ test = ["big-O", "importlib-resources ; python_version < \"3.9\"", "jaraco.funct [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "2f14b0b6962e18a781cd24d12a6b0d9f5915d9a360ed2129030196c2d4c6e55a" +content-hash = "78eede93aa9edcd74aa2d3ab6c8c87ddf00ca51d2cfd8bb84d30c04bab635a28" diff --git a/pyproject.toml b/pyproject.toml index e64de1d..84eacb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ pyparsing = "3.1.2" pyproject_hooks = "1.1.0" python-dateutil = "2.9.0.post0" pytz = "2024.1" -pywin32-ctypes = "0.2.2" +pywin32-ctypes = "0.2.3" readme_renderer = "44.0" regex = "2024.7.24" requests = "2.32.5"