diff --git a/api/poetry.lock b/api/poetry.lock index 378536839..b19176a98 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -836,8 +836,8 @@ dev = ["Django", "Pillow", "SQLAlchemy", "coverage", "flake8", "isort", "mongoen doc = ["Sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"] [[package]] -name = "Faker" -version = "14.2.0" +name = "faker" +version = "14.2.1" description = "Faker is a Python package that generates fake data for you." category = "dev" optional = false @@ -2193,7 +2193,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "351127007141c52816c997ba3f6c14905e6fc07597cd36395a107440f1689f35" +content-hash = "50d8534c96d3497960fa517e78360ac740d5fccbed9d0c09a1240b789e3d5a7d" [metadata.files] aiohttp = [ @@ -2687,9 +2687,9 @@ factory-boy = [ {file = "factory_boy-3.2.1-py2.py3-none-any.whl", hash = "sha256:eb02a7dd1b577ef606b75a253b9818e6f9eaf996d94449c9d5ebb124f90dc795"}, {file = "factory_boy-3.2.1.tar.gz", hash = "sha256:a98d277b0c047c75eb6e4ab8508a7f81fb03d2cb21986f627913546ef7a2a55e"}, ] -Faker = [ - {file = "Faker-14.2.0-py3-none-any.whl", hash = "sha256:e02c55a5b0586caaf913cc6c254b3de178e08b031c5922e590fd033ebbdbfd02"}, - {file = "Faker-14.2.0.tar.gz", hash = "sha256:6db56e2c43a2b74250d1c332ef25fef7dc07dcb6c5fab5329dd7b4467b8ed7b9"}, +faker = [ + {file = "Faker-14.2.1-py3-none-any.whl", hash = "sha256:2e28aaea60456857d4ce95dd12aed767769537ad23d13d51a545cd40a654e9d9"}, + {file = "Faker-14.2.1.tar.gz", hash = "sha256:daad7badb4fd916bd047b28c8459ef4689e4fe6acf61f6dfebee8cc602e4d009"}, ] feedparser = [ {file = "feedparser-6.0.10-py3-none-any.whl", hash = "sha256:79c257d526d13b944e965f6095700587f27388e50ea16fd245babe4dfae7024f"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 1740f01cb..db6dacbf8 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -72,7 +72,7 @@ pytest-randomly = "==3.12.0" pytest-sugar = "==0.9.5" pytest-asyncio = "==0.19.0" requests-mock = "==1.9.3" -Faker = "==14.2.0" +Faker = "==14.2.1" coverage = "==6.4.4" django-coverage-plugin = "==2.0.3" factory-boy = "==3.2.1"