Skip to content

Commit 9313a1d

Browse files
fix(deps): update pre-commit hook pydantic to >=2.11.7
1 parent eba5805 commit 9313a1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2.1,<9"
1717
- "packageurl-python>=0.17.1"
18-
- "pydantic>=2.11.6"
18+
- "pydantic>=2.11.7"
1919
- "faker>=37.4.0"
2020
- "pytest>=8.4.0,<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.3,<4"
99
readme = "README.md"
1010
license = { file = "LICENSE" }
11-
dependencies = ["click>=8.2.1,<9", "packageurl-python>=0.17.1", "pydantic>=2.11.6"]
11+
dependencies = ["click>=8.2.1,<9", "packageurl-python>=0.17.1", "pydantic>=2.11.7"]
1212

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

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)