From ef3b2a8782fc21f6acbb7b64820ae6ea8e582c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:04:01 +0200 Subject: [PATCH] Bump types-pywin32 from 307.0.0.20241009 to 308.0.0.20241015 (#185) Bumps [types-pywin32](https://github.com/python/typeshed) from 307.0.0.20241009 to 308.0.0.20241015.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=types-pywin32&package-manager=pip&previous-version=307.0.0.20241009&new-version=308.0.0.20241015)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8e293c9..f7e3f54 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2159,13 +2159,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]] @@ -2377,4 +2377,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "392755df04b4ece281e27e14c8e59f4abd23b26d56113d862d8dae0be779af26" +content-hash = "a167cadecd8037e4b1bee1dbc660a7634a23965fd745da0120666c8df85dfba6" diff --git a/pyproject.toml b/pyproject.toml index f0b5c1f..c541577 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.2.0.20241019" types-tabulate = "^0.9.0.2" types-dataclasses = "^0.6.6"