Skip to content

Commit f63f5c6

Browse files
fix(deps): update pre-commit hook pydantic to >=2.11.10
1 parent bc2b01a commit f63f5c6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
additional_dependencies:
1616
- "click>=8.3.0,<9"
1717
- "packageurl-python>=0.17.5"
18-
- "pydantic>=2.11.9"
18+
- "pydantic>=2.11.10"
1919
- "faker>=37.8.0"
2020
- "pytest>=8.4.2,<9"
2121
- repo: https://github.com/hukkin/mdformat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "A cli tool for handling Opossum files"
88
requires-python = ">=3.13.7,<4"
99
readme = "README.md"
1010
license = { file = "LICENSE" }
11-
dependencies = ["click>=8.3.0,<9", "packageurl-python>=0.17.5", "pydantic>=2.11.9"]
11+
dependencies = ["click>=8.3.0,<9", "packageurl-python>=0.17.5", "pydantic>=2.11.10"]
1212

1313
[project.urls]
1414
Repository = "https://github.com/opossum-tool/opossum-file"

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)