diff --git a/api/poetry.lock b/api/poetry.lock index 12b2b874d..e940a361b 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -841,7 +841,7 @@ doc = ["sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"] [[package]] name = "faker" -version = "13.14.0" +version = "13.15.0" description = "Faker is a Python package that generates fake data for you." category = "dev" optional = false @@ -2128,7 +2128,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "b290bd53936bbff2c1a358c3621a967ba7fa5ea7052c37305ad13fa85d57f3c2" +content-hash = "62d568b79d38da1c7a685c20a07dd8d88f277e202b2eea3bb2305014fe9fe8dc" [metadata.files] aiohttp = [ @@ -2588,8 +2588,8 @@ factory-boy = [ {file = "factory_boy-3.2.1.tar.gz", hash = "sha256:a98d277b0c047c75eb6e4ab8508a7f81fb03d2cb21986f627913546ef7a2a55e"}, ] faker = [ - {file = "Faker-13.14.0-py3-none-any.whl", hash = "sha256:0297b7fc0f2458dfff8d5a92335c62fa25fb059f8cbaf7db580a0dd7177aff2e"}, - {file = "Faker-13.14.0.tar.gz", hash = "sha256:b9f93ec97a70da79d43f497aa7b2b7d2bcd5d0c6d3ab7c102dde4193d0a38351"}, + {file = "Faker-13.15.0-py3-none-any.whl", hash = "sha256:8e94a749d2f3d9b367f61eb33be6a534f0a2d305c54e912ee6618370e3278db7"}, + {file = "Faker-13.15.0.tar.gz", hash = "sha256:a126fa66f54e65a67f913dcc698c9d023def7277882536bde2968fcac701bfd5"}, ] feedparser = [ {file = "feedparser-6.0.10-py3-none-any.whl", hash = "sha256:79c257d526d13b944e965f6095700587f27388e50ea16fd245babe4dfae7024f"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 4567223e4..9e8b09430 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -70,7 +70,7 @@ pytest-randomly = "==3.12.0" pytest-sugar = "==0.9.5" pytest-asyncio = "==0.18.3" requests-mock = "==1.9.3" -Faker = "==13.14.0" +Faker = "==13.15.0" coverage = "==6.4.2" django-coverage-plugin = "==2.0.3" factory-boy = "==3.2.1"