Skip to content

Commit 1b9f325

Browse files
chore(deps): update pre-commit hook faker to >=37.4.2
1 parent 9687f8c commit 1b9f325

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.2.1,<9"
1717
- "packageurl-python>=0.17.1"
1818
- "pydantic>=2.11.7"
19-
- "faker>=37.4.0"
19+
- "faker>=37.4.2"
2020
- "pytest>=8.4.1,<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.1,<9", "faker>=37.4.0"]
20+
test = ["pytest>=8.4.1,<9", "faker>=37.4.2"]
2121
dev = [
2222
"mypy>=1.17.0",
2323
"pre-commit>=4.2.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)