Skip to content

Commit 49e739a

Browse files
Bump the python group with 2 updates
Bumps the python group with 2 updates: [click](https://github.com/pallets/click) and [pydantic](https://github.com/pydantic/pydantic). Updates `click` from 8.2.0 to 8.2.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.2.0...8.2.1) Updates `pydantic` from 2.11.4 to 2.11.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.4...v2.11.5) --- updated-dependencies: - dependency-name: click dependency-version: 8.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: pydantic dependency-version: 2.11.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a5935c1 commit 49e739a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name = "pyvec-docs"
33
version = "0"
44
requires-python = "==3.12.*"
55
dependencies = [
6-
"click==8.2.0",
6+
"click==8.2.1",
77
"jinja2==3.1.6",
88
"myst-parser==4.0.1",
9-
"pydantic==2.11.4",
9+
"pydantic==2.11.5",
1010
"requests==2.32.3",
1111
"sphinx-rtd-theme==3.0.2",
1212
"sphinx==8.2.3",

0 commit comments

Comments
 (0)