diff --git a/api/poetry.lock b/api/poetry.lock index f4be6ed86..297c79b09 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1467,11 +1467,11 @@ python-versions = ">=3.7" [[package]] name = "pytest" -version = "7.0.1" +version = "7.1.0" description = "pytest: simple powerful testing with Python" category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""} @@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "eb7457b9079a62062223f761a0c15738e7316936d2307aaa3d2e8e00e6635e63" +content-hash = "e52cb1dbea094dcdca4d1167a4906b62cf99f1a0e9f98c8027bd70a5d4fa93eb" [metadata.files] aiohttp = [ @@ -3127,8 +3127,8 @@ pyrsistent = [ {file = "pyrsistent-0.18.1.tar.gz", hash = "sha256:d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96"}, ] pytest = [ - {file = "pytest-7.0.1-py3-none-any.whl", hash = "sha256:9ce3ff477af913ecf6321fe337b93a2c0dcf2a0a1439c43f5452112c1e4280db"}, - {file = "pytest-7.0.1.tar.gz", hash = "sha256:e30905a0c131d3d94b89624a1cc5afec3e0ba2fbdb151867d8e0ebd49850f171"}, + {file = "pytest-7.1.0-py3-none-any.whl", hash = "sha256:b555252a95bbb2a37a97b5ac2eb050c436f7989993565f5e0c9128fcaacadd0e"}, + {file = "pytest-7.1.0.tar.gz", hash = "sha256:f1089d218cfcc63a212c42896f1b7fbf096874d045e1988186861a1a87d27b47"}, ] pytest-asyncio = [ {file = "pytest-asyncio-0.18.2.tar.gz", hash = "sha256:fc8e4190f33fee7797cc7f1829f46a82c213f088af5d1bb5d4e454fe87e6cdc2"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index e3e9e6929..d66f4b0ee 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -60,7 +60,7 @@ django-cache-memoize = "0.1.10" [tool.poetry.dev-dependencies] flake8 = "==3.9.2" -pytest = "==7.0.1" +pytest = "==7.1.0" pytest-cov = "==3.0.0" pytest-django = "==4.5.2" pytest-env = "==0.6.2"