diff --git a/api/poetry.lock b/api/poetry.lock index 1c6afe4e4..79b72a42f 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.0.0" +version = "13.3.0" 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 = "a315bbbcab48315a87ee94875d12bf2b9644c2a5fbccc743c0f3b8f62354ef22" +content-hash = "fb5be889af85e1427f0057139e2c523a2aa38e38ca6582036c3f23f464eb5dde" [metadata.files] aiohttp = [ @@ -2525,8 +2525,8 @@ factory-boy = [ {file = "factory_boy-3.2.1.tar.gz", hash = "sha256:a98d277b0c047c75eb6e4ab8508a7f81fb03d2cb21986f627913546ef7a2a55e"}, ] faker = [ - {file = "Faker-13.0.0-py3-none-any.whl", hash = "sha256:ee8d9181137cdd2b198bd3d0653b0a3b7b385213862348e15ba8a423324b702b"}, - {file = "Faker-13.0.0.tar.gz", hash = "sha256:f545b2a1ba5f7effc4ed71af0a5204d939445f0190838d41bee6bc160958bfbe"}, + {file = "Faker-13.3.0-py3-none-any.whl", hash = "sha256:7e878365aaf2f6a3f88a689c5f8209b8b93f45e3e9c991272552553006856637"}, + {file = "Faker-13.3.0.tar.gz", hash = "sha256:618b140c77475786dbe3a5409ad53521cb76746ab7a5c77b99c663f3ef1b1bc2"}, ] feedparser = [ {file = "feedparser-6.0.8-py3-none-any.whl", hash = "sha256:1b7f57841d9cf85074deb316ed2c795091a238adb79846bc46dccdaf80f9c59a"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 5e8726f70..0b08cd243 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.1" requests-mock = "==1.9.3" -Faker = "==13.0.0" +Faker = "==13.3.0" coverage = "==6.3.2" django-coverage-plugin = "==2.0.2" factory-boy = "==3.2.1"