Skip to content

Commit fe0e917

Browse files
authored
Merge pull request #521 from pyvec/dependabot/pip/python-9c30a33044
Bump the python group with 8 updates
2 parents 0ff2429 + bbf2f77 commit fe0e917

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name = "pyvec-docs"
33
version = "0"
44
requires-python = "==3.12.*"
55
dependencies = [
6-
"click>=8.3.1",
6+
"click>=8.3.2",
77
"jinja2>=3.1.6",
8-
"myst-parser>=4.0.1",
9-
"pydantic>=2.12.4",
10-
"requests>=2.32.5",
11-
"sphinx-rtd-theme>=3.0.2",
8+
"myst-parser>=5.0.0",
9+
"pydantic>=2.13.0",
10+
"requests>=2.33.1",
11+
"sphinx-rtd-theme>=3.1.0",
1212
"sphinx<10", # see https://github.com/executablebooks/MyST-Parser/issues/1077
13-
"sphinxemoji>=0.3.1",
13+
"sphinxemoji>=0.3.2",
1414
]
1515

1616
[project.scripts]
@@ -19,12 +19,12 @@ pyvec-docs = "pyvec_docs.cli:main"
1919
[dependency-groups]
2020
dev = [
2121
"pytest-ruff>=0.5",
22-
"pytest>=9.0.1",
22+
"pytest>=9.0.3",
2323
"sphinx-autobuild>=2025.8.25",
2424
]
2525

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

3030
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)