Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dev = [
# Pin faker for CI reproducibility — fixture row counts and string
# outputs depend on faker's RNG, which can change across minor versions.
# Runtime keeps faker>=18.0 so library users aren't constrained.
"faker==37.1.0",
"faker==40.18.0",
]
test = [
"pytest>=7.0",
Expand Down
Loading