diff --git a/api/poetry.lock b/api/poetry.lock index 24f273c66..3539e7bcd 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.3" +version = "15.3.4" description = "Faker is a Python package that generates fake data for you." category = "dev" optional = false @@ -2182,7 +2182,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "ecd80b769a11b1feeaad46af07fe3fd823213bcdefee1f78eb3f9876bd143a07" +content-hash = "db774ae4908e6e5c7d0fbbf2cfc5851b0d1a6bfa4c113e541bd582aec5e452ef" [metadata.files] aiohttp = [ @@ -2679,8 +2679,8 @@ factory-boy = [ {file = "factory_boy-3.2.1.tar.gz", hash = "sha256:a98d277b0c047c75eb6e4ab8508a7f81fb03d2cb21986f627913546ef7a2a55e"}, ] faker = [ - {file = "Faker-15.3.3-py3-none-any.whl", hash = "sha256:b95b2423ef18d17dcd5977732a0bf0fbbde4937f10dce24ff804581f7f3ca4e9"}, - {file = "Faker-15.3.3.tar.gz", hash = "sha256:20d090e661bbe88a5d801ea5eb3d853564940352120c84c9a14968847aca2893"}, + {file = "Faker-15.3.4-py3-none-any.whl", hash = "sha256:c2a2ff9dd8dfd991109b517ab98d5cb465e857acb45f6b643a0e284a9eb2cc76"}, + {file = "Faker-15.3.4.tar.gz", hash = "sha256:2d5443724f640ce07658ca8ca8bbd40d26b58914e63eec6549727869aa67e2cc"}, ] feedparser = [ {file = "feedparser-6.0.10-py3-none-any.whl", hash = "sha256:79c257d526d13b944e965f6095700587f27388e50ea16fd245babe4dfae7024f"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 312e2e47b..0aa27bfab 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.3" +Faker = "==15.3.4" coverage = { version = "==6.5.0", extras = ["toml"] } django-coverage-plugin = "==2.0.4" factory-boy = "==3.2.1"