Bump click from 8.3.0 to 8.3.1 (#3102)

Bumps [click](https://github.com/pallets/click) from 8.3.0 to 8.3.1.
- [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.3.0...8.3.1)

---
updated-dependencies:
- dependency-name: click
  dependency-version: 8.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-11-18 14:43:56 +00:00
committed by GitHub
parent a552d2d046
commit f315bd4f47
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -598,14 +598,14 @@ rapidfuzz = ">=3.0.0,<4.0.0"
[[package]] [[package]]
name = "click" name = "click"
version = "8.3.0" version = "8.3.1"
description = "Composable command line interface toolkit" description = "Composable command line interface toolkit"
optional = false optional = false
python-versions = ">=3.10" python-versions = ">=3.10"
groups = ["main", "dev"] groups = ["main", "dev"]
files = [ files = [
{file = "click-8.3.0-py3-none-any.whl", hash = "sha256:9b9f285302c6e3064f4330c05f05b81945b2a39544279343e6e7c5f27a9baddc"}, {file = "click-8.3.1-py3-none-any.whl", hash = "sha256:981153a64e25f12d547d3426c367a4857371575ee7ad18df2a6183ab0545b2a6"},
{file = "click-8.3.0.tar.gz", hash = "sha256:e7b8232224eba16f4ebe410c25ced9f7875cb5f3263ffc93cc3e8da705e229c4"}, {file = "click-8.3.1.tar.gz", hash = "sha256:12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a"},
] ]
[package.dependencies] [package.dependencies]
@@ -4440,4 +4440,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.13.2" python-versions = "^3.13.2"
content-hash = "2ebba1f93e9fd14914badb08bf0c082825cb61be1812ea836ccafb81f64e7c2d" content-hash = "f1665801d6e31d01bac9fb79d7c9e9e429ecbd43aae5fdc4f51d280ad93c9b3f"

View File

@@ -61,7 +61,7 @@ shapely = "^2.1.2"
smartypants = "^2.0.1" smartypants = "^2.0.1"
certifi = "^2025.11.12" certifi = "^2025.11.12"
charset-normalizer = "^3.4.4" charset-normalizer = "^3.4.4"
click = "^8.3.0" click = "^8.3.1"
idna = "^3.11" idna = "^3.11"
markupsafe = "^3.0.3" markupsafe = "^3.0.3"
python-dateutil = "^2.9.0.post0" python-dateutil = "^2.9.0.post0"