From bbf2f7762b8eae928fe95d844150327b37151953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:00:45 +0000 Subject: [PATCH] Bump the python group with 8 updates Updates the requirements on [click](https://github.com/pallets/click), [myst-parser](https://github.com/executablebooks/MyST-Parser), [pydantic](https://github.com/pydantic/pydantic), [requests](https://github.com/psf/requests), [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme), [sphinxemoji](https://github.com/sphinx-contrib/emojicodes), [pytest](https://github.com/pytest-dev/pytest) and [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `click` to 8.3.2 - [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.1...8.3.2) Updates `myst-parser` to 5.0.0 - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v4.0.1...v5.0.0) Updates `pydantic` to 2.13.0 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.12.4...v2.13.0) Updates `requests` to 2.33.1 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.1) Updates `sphinx-rtd-theme` to 3.1.0 - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/3.0.2...3.1.0) Updates `sphinxemoji` to 0.3.2 - [Commits](https://github.com/sphinx-contrib/emojicodes/compare/v0.3.1...v0.3.2) Updates `pytest` to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.3) Updates `uv-build` to 0.11.6 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.7.3...0.11.6) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.2 dependency-type: direct:production dependency-group: python - dependency-name: myst-parser dependency-version: 5.0.0 dependency-type: direct:production dependency-group: python - dependency-name: pydantic dependency-version: 2.13.0 dependency-type: direct:production dependency-group: python - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production dependency-group: python - dependency-name: sphinx-rtd-theme dependency-version: 3.1.0 dependency-type: direct:production dependency-group: python - dependency-name: sphinxemoji dependency-version: 0.3.2 dependency-type: direct:production dependency-group: python - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: python - dependency-name: uv-build dependency-version: 0.11.6 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e1092e1..c99cd10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,14 +3,14 @@ name = "pyvec-docs" version = "0" requires-python = "==3.12.*" dependencies = [ - "click>=8.3.1", + "click>=8.3.2", "jinja2>=3.1.6", - "myst-parser>=4.0.1", - "pydantic>=2.12.4", - "requests>=2.32.5", - "sphinx-rtd-theme>=3.0.2", + "myst-parser>=5.0.0", + "pydantic>=2.13.0", + "requests>=2.33.1", + "sphinx-rtd-theme>=3.1.0", "sphinx<10", # see https://github.com/executablebooks/MyST-Parser/issues/1077 - "sphinxemoji>=0.3.1", + "sphinxemoji>=0.3.2", ] [project.scripts] @@ -19,12 +19,12 @@ pyvec-docs = "pyvec_docs.cli:main" [dependency-groups] dev = [ "pytest-ruff>=0.5", - "pytest>=9.0.1", + "pytest>=9.0.3", "sphinx-autobuild>=2025.8.25", ] [build-system] -requires = ["uv_build>=0.7.3,<0.12.0"] +requires = ["uv_build>=0.11.6,<0.12.0"] build-backend = "uv_build" [tool.pytest.ini_options]