Skip to content

Commit 7fbbbc5

Browse files
build(deps): bump the python-routine group with 11 updates (#11)
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic), [pyyaml](https://github.com/yaml/pyyaml), [rich](https://github.com/Textualize/rich), [typer](https://github.com/fastapi/typer), [jinja2](https://github.com/pallets/jinja), [mypy](https://github.com/python/mypy), [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [ruff](https://github.com/astral-sh/ruff), [types-pyyaml](https://github.com/python/typeshed) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `pydantic` to 2.12.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.6.0...v2.12.5) Updates `pyyaml` to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](yaml/pyyaml@6.0...6.0.3) Updates `rich` to 15.0.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v13.7.0...v15.0.0) Updates `typer` to 0.24.1 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.12.0...0.24.1) Updates `jinja2` to 3.1.6 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.0...3.1.6) Updates `mypy` to 1.20.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.0...v1.20.1) 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](pytest-dev/pytest@8.2.0...9.0.3) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v5.0.0...v7.1.0) Updates `ruff` to 0.15.10 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.6.0...0.15.10) Updates `types-pyyaml` to 6.0.12.20260408 - [Commits](https://github.com/python/typeshed/commits) Updates `setuptools` to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v69.0.0...v82.0.1) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production dependency-group: python-routine - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production dependency-group: python-routine - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production dependency-group: python-routine - dependency-name: typer dependency-version: 0.24.1 dependency-type: direct:production dependency-group: python-routine - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: python-routine - dependency-name: mypy dependency-version: 1.20.1 dependency-type: direct:development dependency-group: python-routine - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: python-routine - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: python-routine - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development dependency-group: python-routine - dependency-name: types-pyyaml dependency-version: 6.0.12.20260408 dependency-type: direct:development dependency-group: python-routine - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development dependency-group: python-routine ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 07add24 commit 7fbbbc5

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=69", "wheel"]
2+
requires = ["setuptools>=82.0.1", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -9,11 +9,11 @@ description = "Public repo tracking Codex + GPD experience on fusion-plasma rese
99
readme = "README.md"
1010
requires-python = ">=3.11"
1111
dependencies = [
12-
"pydantic>=2.6",
13-
"pyyaml>=6.0",
14-
"rich>=13.7",
15-
"typer>=0.12",
16-
"jinja2>=3.1",
12+
"pydantic>=2.12.5",
13+
"pyyaml>=6.0.3",
14+
"rich>=15.0.0",
15+
"typer>=0.24.1",
16+
"jinja2>=3.1.6",
1717
]
1818

1919
[project.scripts]
@@ -29,11 +29,11 @@ package = true
2929

3030
[dependency-groups]
3131
dev = [
32-
"mypy>=1.10",
33-
"pytest>=8.2",
34-
"pytest-cov>=5.0",
35-
"ruff>=0.6",
36-
"types-PyYAML>=6.0",
32+
"mypy>=1.20.1",
33+
"pytest>=9.0.3",
34+
"pytest-cov>=7.1.0",
35+
"ruff>=0.15.10",
36+
"types-PyYAML>=6.0.12.20260408",
3737
]
3838

3939
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)