From af637fcc6be362568aeab4561979f619c53d8bde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 12:29:27 +0000 Subject: [PATCH] Bump click from 8.1.7 to 8.1.8 Bumps [click](https://github.com/pallets/click) from 8.1.7 to 8.1.8. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.7...8.1.8) --- updated-dependencies: - dependency-name: click dependency-version: 8.1.8 dependency-type: direct:production update-type: version-update:semver-patch ... 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 e5d3f12..9dd0ab1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -283,14 +283,14 @@ files = [ [[package]] name = "click" -version = "8.1.7" +version = "8.1.8" description = "Composable command line interface toolkit" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"}, - {file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"}, + {file = "click-8.1.8-py3-none-any.whl", hash = "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2"}, + {file = "click-8.1.8.tar.gz", hash = "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a"}, ] [package.dependencies] @@ -1264,4 +1264,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9.2,<4.0" -content-hash = "c42fb8c4ff534de9b10b794322958b9700bb77f0383a3f9e6cb99e68c9c4694b" +content-hash = "5c9d09117c5fc95ff4e189f604011b78c2489455fc23aba72e3f59b033814e03" diff --git a/pyproject.toml b/pyproject.toml index b24b53f..a248c05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ auto-pr = "autopr:main" python = ">=3.9.2,<4.0" marshmallow = "4.0.1" marshmallow-dataclass = "8.7.1" -click = "8.1.7" +click = "8.1.8" PyYAML = "6.0.2" PyGithub = "2.6.1" single-source = "0.4.0"