diff --git a/api/poetry.lock b/api/poetry.lock index dbacc1a20..e2935addf 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -814,7 +814,7 @@ doc = ["sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"] [[package]] name = "faker" -version = "13.3.0" +version = "13.3.1" description = "Faker is a Python package that generates fake data for you." category = "dev" optional = false @@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "25e5efca0ce8390e59f3ba236d52ba2012a5c695704275da72f3c7a0859fb084" +content-hash = "617f39e7dcab94a33e5489e8ff677fc7e2b0945efcfd364a31dd93743ac4d305" [metadata.files] aiohttp = [ @@ -2525,8 +2525,8 @@ factory-boy = [ {file = "factory_boy-3.2.1.tar.gz", hash = "sha256:a98d277b0c047c75eb6e4ab8508a7f81fb03d2cb21986f627913546ef7a2a55e"}, ] faker = [ - {file = "Faker-13.3.0-py3-none-any.whl", hash = "sha256:7e878365aaf2f6a3f88a689c5f8209b8b93f45e3e9c991272552553006856637"}, - {file = "Faker-13.3.0.tar.gz", hash = "sha256:618b140c77475786dbe3a5409ad53521cb76746ab7a5c77b99c663f3ef1b1bc2"}, + {file = "Faker-13.3.1-py3-none-any.whl", hash = "sha256:c88c8b5ee9376a242deca8fe829f9a3215ffa43c31da6f66d9594531fb344453"}, + {file = "Faker-13.3.1.tar.gz", hash = "sha256:fa060e331ffffb57cfa4c07f95d54911e339984ed72596ba6a9e7b6fa569d799"}, ] feedparser = [ {file = "feedparser-6.0.8-py3-none-any.whl", hash = "sha256:1b7f57841d9cf85074deb316ed2c795091a238adb79846bc46dccdaf80f9c59a"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 76e98602c..e5dd89577 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -69,7 +69,7 @@ pytest-randomly = "==3.11.0" pytest-sugar = "==0.9.4" pytest-asyncio = "==0.18.2" requests-mock = "==1.9.3" -Faker = "==13.3.0" +Faker = "==13.3.1" coverage = "==6.3.2" django-coverage-plugin = "==2.0.2" factory-boy = "==3.2.1"