From b2bcf77a2c68dca353314cedbbfeb5ab8951ea2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 07:32:18 +0000 Subject: [PATCH] Chore(deps): Bump comtypes from 1.1.14 to 1.4.2 Bumps [comtypes](https://github.com/enthought/comtypes) from 1.1.14 to 1.4.2. - [Release notes](https://github.com/enthought/comtypes/releases) - [Changelog](https://github.com/enthought/comtypes/blob/main/CHANGES.txt) - [Commits](https://github.com/enthought/comtypes/compare/1.1.14...1.4.2) --- updated-dependencies: - dependency-name: comtypes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 17fd36c..a495fd6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -81,13 +81,13 @@ files = [ [[package]] name = "comtypes" -version = "1.1.14" +version = "1.4.2" description = "Pure Python COM package" optional = false python-versions = "*" 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.2-py3-none-any.whl", hash = "sha256:ce5f9ae2ca9e02b38d790cfd04271c234e12ed44056d0f979e7b7f587c963fe0"}, + {file = "comtypes-1.4.2.zip", hash = "sha256:eb72473b0dea9495e84c79e340c239012e8572f51dedf726a9dfd7aeaf2a1ffb"}, ] [[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"