Skip to content

Commit

Permalink
Bump faker from 26.1.0 to 27.0.0 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent c985ccf commit bd44d55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pytest-randomly = "^3.13.0"
pytest-reverse = "^1.7.0"
pytest-mock = "^3.11.1"
mock = "^5.1.0"
faker = ">=19.2,<27.0"
faker = ">=19.2,<28.0"
pyfakefs = "^5.2.4"

# documentation
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deprecated==1.2.14 ; python_version >= "3.9" and python_version < "4.0"
distlib==0.3.8 ; python_version >= "3.9" and python_version < "4.0"
exceptiongroup==1.2.0 ; python_version >= "3.9" and python_version < "3.11"
execnet==2.1.1 ; python_version >= "3.9" and python_version < "4.0"
faker==26.1.0 ; python_version >= "3.9" and python_version < "4.0"
faker==27.0.0 ; python_version >= "3.9" and python_version < "4.0"
filelock==3.13.1 ; python_version >= "3.9" and python_version < "4.0"
ghp-import==2.1.0 ; python_version >= "3.9" and python_version < "4.0"
github-changelog-md==0.9.5 ; python_version >= "3.9" and python_version < "4.0"
Expand Down

0 comments on commit bd44d55

Please sign in to comment.