Skip to content

Commit 0fbd824

Browse files
Bump the python group with 4 updates
Updates the requirements on [click](https://github.com/pallets/click), [myst-parser](https://github.com/executablebooks/MyST-Parser), [requests](https://github.com/psf/requests) and [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `click` to 8.4.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.3.3...8.4.0) Updates `myst-parser` to 5.1.0 - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](executablebooks/MyST-Parser@v5.0.0...v5.1.0) Updates `requests` to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.34.0...v2.34.2) Updates `uv-build` to 0.11.15 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.11.13...0.11.15) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.0 dependency-type: direct:production dependency-group: python - dependency-name: myst-parser dependency-version: 5.1.0 dependency-type: direct:production dependency-group: python - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production dependency-group: python - dependency-name: uv-build dependency-version: 0.11.15 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba75bc5 commit 0fbd824

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name = "pyvec-docs"
33
version = "0"
44
requires-python = "==3.12.*"
55
dependencies = [
6-
"click>=8.3.3",
6+
"click>=8.4.0",
77
"jinja2>=3.1.6",
8-
"myst-parser>=5.0.0",
8+
"myst-parser>=5.1.0",
99
"pydantic>=2.13.4",
10-
"requests>=2.34.0",
10+
"requests>=2.34.2",
1111
"sphinx-rtd-theme>=3.1.0",
1212
"sphinx<10", # see https://github.com/executablebooks/MyST-Parser/issues/1077
1313
"sphinxemoji>=0.3.2",
@@ -24,7 +24,7 @@ dev = [
2424
]
2525

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

3030
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)