diff --git a/api/poetry.lock b/api/poetry.lock index c7e700b55..3d946185f 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -2925,17 +2925,16 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "7.2.2" +version = "7.4.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.2.2-py3-none-any.whl", hash = "sha256:130328f552dcfac0b1cec75c12e3f005619dc5f874f0a06e8ff7263f0ee6225e"}, - {file = "pytest-7.2.2.tar.gz", hash = "sha256:c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4"}, + {file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, + {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, ] [package.dependencies] -attrs = ">=19.2.0" colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" @@ -2944,7 +2943,7 @@ pluggy = ">=0.12,<2.0" tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-asyncio" @@ -4562,4 +4561,4 @@ typesense = ["typesense"] [metadata] lock-version = "2.0" python-versions = "^3.8,<3.12" -content-hash = "e5914da748e41356624a0b1253c1fd6672a21b2010deb905522b76dee41c5ce5" +content-hash = "ce33dfcf2265815939d8c0df6995b5e3bda40cab9a5accf7565460ac5d09d2ee" diff --git a/api/pyproject.toml b/api/pyproject.toml index f955b5214..3983f628b 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -110,7 +110,7 @@ factory-boy = "==3.2.1" faker = "==15.3.4" flake8 = "==3.9.2" ipdb = "==0.13.13" -pytest = "==7.2.2" +pytest = "==7.4.3" pytest-asyncio = "==0.21.0" prompt-toolkit = "==3.0.41" pytest-cov = "==4.0.0"