Skip to content

Commit 6624cfb

Browse files
chore(deps): update pre-commit hook faker to >=37.11.0
1 parent 308ae01 commit 6624cfb

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
@@ -16,7 +16,7 @@ repos:
1616
- "click>=8.3.0,<9"
1717
- "packageurl-python>=0.17.5"
1818
- "pydantic>=2.11.10"
19-
- "faker>=37.8.0"
19+
- "faker>=37.11.0"
2020
- "pytest>=8.4.2,<9"
2121
- repo: https://github.com/hukkin/mdformat
2222
rev: 0.7.22

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Repository = "https://github.com/opossum-tool/opossum-file"
1717
opossum-file = "opossum_lib.cli:opossum_file"
1818

1919
[dependency-groups]
20-
test = ["pytest>=8.4.2,<9", "faker>=37.8.0"]
20+
test = ["pytest>=8.4.2,<9", "faker>=37.11.0"]
2121
dev = [
2222
"mypy>=1.18.2",
2323
"pre-commit>=4.3.0",

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)