diff options
-rw-r--r-- | poetry.lock | 11 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/poetry.lock b/poetry.lock index 581f60086..6332b4fac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1698,25 +1698,24 @@ files = [ [[package]] name = "pytest" -version = "7.2.2" +version = "7.3.0" description = "pytest: simple powerful testing with Python" category = "dev" 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.3.0-py3-none-any.whl", hash = "sha256:933051fa1bfbd38a21e73c3960cebdad4cf59483ddba7696c48509727e17f201"}, + {file = "pytest-7.3.0.tar.gz", hash = "sha256:58ecc27ebf0ea643ebfdf7fb1249335da761a00c9f955bcd922349bcb68ee57d"}, ] [package.dependencies] -attrs = ">=19.2.0" colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" pluggy = ">=0.12,<2.0" [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", "xmlschema"] [[package]] name = "pytest-cov" @@ -2466,4 +2465,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "807cc3218bff80feddccca4b00c40154b9650ee144d4730b5388027f9c4d170c" +content-hash = "590d8aea76cea02b971b505af012a1a29db2ede6dbde97b10abae8f71003030a" diff --git a/pyproject.toml b/pyproject.toml index 34203773a..f919c9ecb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ flake8-isort = "6.0.0" pep8-naming = "0.13.3" pre-commit = "3.2.2" pip-licenses = "4.1.0" -pytest = "7.2.2" +pytest = "7.3.0" pytest-cov = "4.0.0" pytest-subtests = "0.10.0" pytest-xdist = "3.2.1" |