Skip to content

Commit 847d7b8

Browse files
Bump the python group with 2 updates
Updates the requirements on [click](https://github.com/pallets/click) and [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `click` to 8.3.3 - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.3.2...8.3.3) Updates `uv-build` to 0.11.8 - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.11.7...0.11.8) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.3 dependency-type: direct:production dependency-group: python - dependency-name: uv-build dependency-version: 0.11.8 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed28c8a commit 847d7b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.3.2",
6+
"click>=8.3.3",
77
"jinja2>=3.1.6",
88
"myst-parser>=5.0.0",
99
"pydantic>=2.13.3",
@@ -24,7 +24,7 @@ dev = [
2424
]
2525

2626
[build-system]
27-
requires = ["uv_build>=0.11.7,<0.12.0"]
27+
requires = ["uv_build>=0.11.8,<0.12.0"]
2828
build-backend = "uv_build"
2929

3030
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)