diff --git a/api/poetry.lock b/api/poetry.lock index 1cf7ae337..f0ca0c6f8 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.0.0" +name = "Faker" +version = "14.2.0" description = "Faker is a Python package that generates fake data for you." category = "dev" optional = false @@ -845,7 +845,7 @@ python-versions = ">=3.6" [package.dependencies] python-dateutil = ">=2.4" -typing-extensions = {version = ">=3.10.0.2", markers = "python_version < \"3.8\""} +typing-extensions = {version = ">=3.7.4.3", markers = "python_version < \"3.8\""} [[package]] name = "feedparser" @@ -2182,7 +2182,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "7b20f3ea53c2acbac17183915e62e8db954c9538dc8ca3601a42e088bf14b091" +content-hash = "4712282657691aac85c500f0062a123118fb306d6bfe94a356bbcfde0e220e2e" [metadata.files] aiohttp = [ @@ -2662,9 +2662,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.0.0-py3-none-any.whl", hash = "sha256:f1558ecb1770d8c871ea01cc2edc7b5e86148b0fa0466731f0e1e8953165d179"}, - {file = "Faker-14.0.0.tar.gz", hash = "sha256:0c7d283a96c49af64fe319f70d2b68927873c9173e922f8eda6001e7757cb63b"}, +Faker = [ + {file = "Faker-14.2.0-py3-none-any.whl", hash = "sha256:e02c55a5b0586caaf913cc6c254b3de178e08b031c5922e590fd033ebbdbfd02"}, + {file = "Faker-14.2.0.tar.gz", hash = "sha256:6db56e2c43a2b74250d1c332ef25fef7dc07dcb6c5fab5329dd7b4467b8ed7b9"}, ] feedparser = [ {file = "feedparser-6.0.10-py3-none-any.whl", hash = "sha256:79c257d526d13b944e965f6095700587f27388e50ea16fd245babe4dfae7024f"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index fd444dc3a..96feb2948 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.19.0" requests-mock = "==1.9.3" -Faker = "==14.0.0" +Faker = "==14.2.0" coverage = "==6.4.4" django-coverage-plugin = "==2.0.3" factory-boy = "==3.2.1"