From 9a49f66496b9d6664c1527a03c05e5ffdeb5f48c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 17:07:20 +0000 Subject: [PATCH] Update dependency faker to v22 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 64f51cfd..2f83f97e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1364,13 +1364,13 @@ doc = ["Sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"] [[package]] name = "faker" -version = "21.0.1" +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-21.0.1-py3-none-any.whl", hash = "sha256:0afc67ec898a2d71842a3456e9302620ebc35fab6ad4f3829693fdf151fa4a3a"}, - {file = "Faker-21.0.1.tar.gz", hash = "sha256:bb404bba449b87e6b54a8c50b4602765e9c1a42eaf48abfceb025e42fed01608"}, + {file = "Faker-22.5.0-py3-none-any.whl", hash = "sha256:9a510a31090cc47a7ef7d95c1da8126a891a9d076c7e26b01ad02e1bcf915c3e"}, + {file = "Faker-22.5.0.tar.gz", hash = "sha256:a4e689e2f4e62474245364bbd82cec045dcbbf85a539ee742a515fb4e93a6dd5"}, ] [package.dependencies] @@ -4001,4 +4001,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11.0" -content-hash = "28bc4521d0fb715b0a75d59a561fc1b795b15f92e521569328d83ae83346d85d" +content-hash = "1b553d35a4362be3520be32e7cc8c893940232b9d051872500d11cd8aa549b09" diff --git a/pyproject.toml b/pyproject.toml index afc0360e..dda0f23d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ bpython = "^0.24" ddt = "^1.6.0" django-debug-toolbar = "^4.1.0" factory_boy = "^3.3.0" -faker = "^21.0.0" +faker = "^22.0.0" ipdb = "^0.13.13" moto = "^4.1.12" nplusone = "^1.0.0"