diff --git a/poetry.lock b/poetry.lock index 170b63970..da3e030ae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -918,13 +918,13 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth [[package]] name = "faker" -version = "22.5.0" +version = "22.5.1" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-22.5.0-py3-none-any.whl", hash = "sha256:9a510a31090cc47a7ef7d95c1da8126a891a9d076c7e26b01ad02e1bcf915c3e"}, - {file = "Faker-22.5.0.tar.gz", hash = "sha256:a4e689e2f4e62474245364bbd82cec045dcbbf85a539ee742a515fb4e93a6dd5"}, + {file = "Faker-22.5.1-py3-none-any.whl", hash = "sha256:4e7bb19c1955bb978bf1d4cb0cf25930e37de0e7dfbc6abd768fd4784d9a9653"}, + {file = "Faker-22.5.1.tar.gz", hash = "sha256:79cbe3be786789efa05b8c75d7e0ec4efa6ecb786b8fe90eae49c2f8f9cbe31a"}, ] [package.dependencies] @@ -5229,4 +5229,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "49158e36f1a30a1360b0676febb1a33a9ff2401d5e25f90588552ee2e9e4468d" +content-hash = "1640444f4e97a766546ec25e697f00e8a6ba5ac12623a988f821e8ce0dae349f" diff --git a/pyproject.toml b/pyproject.toml index 5ba4e2239..f88d35da0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ types-tqdm = "*" sphinx-rtd-theme = "^2.0.0" sphinx = "^7.2.6" pylama = {extras = ["all"], version = "^8.4.1"} -faker = "^22.5.0" +faker = "^22.5.1" [tool.mypy] files = "src,tests"