diff --git a/poetry.lock b/poetry.lock index ab9eb6bb3..30d6c4512 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.4.0" +version = "22.5.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-22.4.0-py3-none-any.whl", hash = "sha256:b649d7b9b03e9e8283506411a56ecef124c8cd8d2bd300d8d7c858fa42350c4e"}, - {file = "Faker-22.4.0.tar.gz", hash = "sha256:9abc6decb78dde54cccbad4432431b3caba796bd06950225da158e86c55855d3"}, + {file = "Faker-22.5.0-py3-none-any.whl", hash = "sha256:9a510a31090cc47a7ef7d95c1da8126a891a9d076c7e26b01ad02e1bcf915c3e"}, + {file = "Faker-22.5.0.tar.gz", hash = "sha256:a4e689e2f4e62474245364bbd82cec045dcbbf85a539ee742a515fb4e93a6dd5"}, ] [package.dependencies] @@ -5240,4 +5240,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "8b3f4fbf228fed6b82d92b1a672bf746deab4908eb1db4116f4c2e2ecf33f867" +content-hash = "ca3b86635e39d19dd439e76e49bd6f24d4a40ba090bacba04e2ebf06a11818e5" diff --git a/pyproject.toml b/pyproject.toml index c06ff1685..19f91da60 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.4.0" +faker = "^22.5.0" [tool.mypy] files = "src,tests"