diff --git a/api/poetry.lock b/api/poetry.lock index 44c493853..2e0ba2906 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -837,7 +837,7 @@ doc = ["Sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"] [[package]] name = "faker" -version = "15.3.2" +version = "15.3.3" description = "Faker is a Python package that generates fake data for you." category = "dev" optional = false @@ -2183,7 +2183,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "515088786c70acf56594eec5cd074713344ec0e4f717b97e0430eee0364c101f" +content-hash = "daa0e0db3705164a0e5b4b9cc7dae1f21668774c62c47436751b951864399958" [metadata.files] aiohttp = [ @@ -2676,8 +2676,8 @@ factory-boy = [ {file = "factory_boy-3.2.1.tar.gz", hash = "sha256:a98d277b0c047c75eb6e4ab8508a7f81fb03d2cb21986f627913546ef7a2a55e"}, ] faker = [ - {file = "Faker-15.3.2-py3-none-any.whl", hash = "sha256:43da04aae745018e8bded768e74c84423d9dc38e4c498a53439e749d90e20bc0"}, - {file = "Faker-15.3.2.tar.gz", hash = "sha256:0094fe3340ad73c490d3ffccc59cc171b161acfccccd52925c70970ba23e6d6b"}, + {file = "Faker-15.3.3-py3-none-any.whl", hash = "sha256:b95b2423ef18d17dcd5977732a0bf0fbbde4937f10dce24ff804581f7f3ca4e9"}, + {file = "Faker-15.3.3.tar.gz", hash = "sha256:20d090e661bbe88a5d801ea5eb3d853564940352120c84c9a14968847aca2893"}, ] feedparser = [ {file = "feedparser-6.0.10-py3-none-any.whl", hash = "sha256:79c257d526d13b944e965f6095700587f27388e50ea16fd245babe4dfae7024f"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index b4a7c08ca..f4ef2e4dc 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -71,7 +71,7 @@ pytest-randomly = "==3.12.0" pytest-sugar = "==0.9.6" pytest-asyncio = "==0.20.2" requests-mock = "==1.10.0" -Faker = "==15.3.2" +Faker = "==15.3.3" coverage = "==6.5.0" django-coverage-plugin = "==2.0.4" factory-boy = "==3.2.1"