Skip to content

Commit 9153fa9

Browse files
Bump click from 8.2.1 to 8.3.0 in the python group
Bumps the python group with 1 update: [click](https://github.com/pallets/click). Updates `click` from 8.2.1 to 8.3.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.2.1...8.3.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9744f52 commit 9153fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pyvec-docs"
33
version = "0"
44
requires-python = "==3.12.*"
55
dependencies = [
6-
"click==8.2.1",
6+
"click==8.3.0",
77
"jinja2==3.1.6",
88
"myst-parser==4.0.1",
99
"pydantic==2.11.9",

0 commit comments

Comments
 (0)