Skip to content

Commit 7688910

Browse files
authored
Merge pull request #14 from oqtopus-team/dependabot/uv/python-dependencies-9d601d9481
chore(deps): bump the python-dependencies group with 12 updates
2 parents c14149e + fe77ed6 commit 7688910

2 files changed

Lines changed: 119 additions & 85 deletions

File tree

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
]
2020
requires-python = ">=3.14,<4.0"
2121
dependencies = [
22-
"python-json-logger>=4.0.0",
22+
"python-json-logger>=4.1.0",
2323
"pyyaml>=6.0.3",
2424
]
2525

@@ -29,27 +29,27 @@ repository = "https://github.com/oqtopus-team/python-project-template"
2929

3030
[dependency-groups]
3131
dev = [
32-
"mypy>=1.19.1",
32+
"mypy>=1.20.0",
3333
"pre-commit>=4.5.1",
34-
"ruff>=0.15.4",
35-
"types-pyyaml>=6.0.12.20250915",
34+
"ruff>=0.15.9",
35+
"types-pyyaml>=6.0.12.20260408",
3636
]
3737
test = [
38-
"pytest>=9.0.2",
39-
"pytest-cov>=7.0.0",
38+
"pytest>=9.0.3",
39+
"pytest-cov>=7.1.0",
4040
"pytest-mock>=3.15.1",
4141
]
4242
docs = [
4343
"mkdocs<2.0", # Stay on 1.x to maintain plugin compatibility
44-
"mkdocs-gen-files>=0.6.0",
44+
"mkdocs-gen-files>=0.6.1",
4545
"mkdocs-glightbox>=0.5.2",
46-
"mkdocs-jupyter>=0.25.1",
47-
"mkdocs-literate-nav>=0.6.2",
46+
"mkdocs-jupyter>=0.26.1",
47+
"mkdocs-literate-nav>=0.6.3",
4848
"mkdocs-macros-plugin>=1.5.0",
49-
"mkdocs-material>=9.7.4",
49+
"mkdocs-material>=9.7.6",
5050
"mkdocstrings[python]>=1.0.3",
51-
"pymarkdownlnt>=0.9.35",
52-
"pymdown-extensions>=10.21",
51+
"pymarkdownlnt>=0.9.36",
52+
"pymdown-extensions>=10.21.2",
5353
]
5454

5555
[build-system]

0 commit comments

Comments
 (0)