Skip to content

Commit 6dfa976

Browse files
authored
Faker version update (#43)
1 parent 8d9ba6e commit 6dfa976

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
python = ">=3.7,<4"
3232
behave = "^1.2"
3333
connect-openapi-client = "^25.0"
34-
Faker = "^9.8.2"
34+
Faker = "^15.3.4"
3535
Pygments = "^2.13.0"
3636

3737
[tool.poetry.dev-dependencies]
@@ -99,4 +99,3 @@ max_line_length = 120
9999
import-order-style = 'smarkets'
100100
max_cognitive_complexity = 15
101101
ignore = ['FI1', 'I100', 'W503', 'FI58']
102-

0 commit comments

Comments
 (0)