diff --git a/poetry.lock b/poetry.lock index b00bc4f..48b61f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -455,13 +455,13 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] [[package]] name = "faker" -version = "23.3.0" +version = "24.0.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-23.3.0-py3-none-any.whl", hash = "sha256:117ce1a2805c1bc5ca753b3dc6f9d567732893b2294b827d3164261ee8f20267"}, - {file = "Faker-23.3.0.tar.gz", hash = "sha256:458d93580de34403a8dec1e8d5e6be2fee96c4deca63b95d71df7a6a80a690de"}, + {file = "Faker-24.0.0-py3-none-any.whl", hash = "sha256:2456d674f40bd51eb3acbf85221277027822e529a90cc826453d9a25dff932b1"}, + {file = "Faker-24.0.0.tar.gz", hash = "sha256:ea6f784c40730de0f77067e49e78cdd590efb00bec3d33f577492262206c17fc"}, ] [package.dependencies] @@ -2027,4 +2027,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "7827450debdc2398d92899dce76864c5bfd0e80fcc3f5165aec7affc96917e5b" +content-hash = "4253bc0b122ceb29daf6343b87ed1f52e58ed54003520a7d15554233ee61333a" diff --git a/pyproject.toml b/pyproject.toml index d01c3f5..3cf075b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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,<24.0" +faker = ">=19.2,<25.0" pyfakefs = "^5.2.4" # documentation