diff --git a/poetry.lock b/poetry.lock index 17fd36c..4861a80 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "anchor-kr" @@ -81,13 +81,13 @@ files = [ [[package]] name = "comtypes" -version = "1.1.14" +version = "1.4.5" description = "Pure Python COM package" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "comtypes-1.1.14-py2.py3-none-any.whl", hash = "sha256:7cdbe2dc65fe105eea97be04dc50ee3178747bcb64d802d7c0832416d75a87bd"}, - {file = "comtypes-1.1.14.zip", hash = "sha256:5d7caf6d3a86d51ddfc53e4548cae2dceee1b46672f8bd59679711dd01a934f2"}, + {file = "comtypes-1.4.5-py3-none-any.whl", hash = "sha256:ab278edfe957d07542607f0063b69f1de7e3f2ff72a568c12b233874831bcbc6"}, + {file = "comtypes-1.4.5.zip", hash = "sha256:d9c9de1cdfc1cb986379dd18a44da6606b11f08577b1309fdbe4249e44fe6324"}, ] [[package]] @@ -841,4 +841,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.7,<4.0" -content-hash = "89fe97c85b73ce907f5b2c64e65bded6957909ddc2c4d538af7e4206e3168c5f" +content-hash = "8969726fc79617e9bf8829e4a76163a9d1b3a8a0387fef9b96ef7d08b68f1d9f" diff --git a/pyproject.toml b/pyproject.toml index 62a07ab..648fed1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = ">=3.7,<4.0" anchor-kr = "~=0.1.3" anitopy = "~=2.1.0" click = ">=8.0.4,<8.2.0" -comtypes = "~=1.1.11" +comtypes = ">=1.1.11,<1.5.0" cssselect = ">=1.1,<1.3" httpx = "~=0.23.0" tqdm = ">=4.62.3,<4.66.0"