From 6c49584e4dee3d3bccc2699a456220f315f469d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:10:25 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 7.4.3 to 7.4.4 (#174) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a19a89f5..409f3dc8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -912,13 +912,13 @@ files = [ [[package]] name = "pytest" -version = "7.4.3" +version = "7.4.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, - {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, + {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, + {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, ] [package.dependencies] @@ -1326,4 +1326,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7.1" -content-hash = "24ccddc16a32a5d4cbae1d4da419b8c5175fb5fa5f1b02a5e69af75698bb8b9d" +content-hash = "5cf242c948f80e339b0637f2331df719eae1dd2df6cc5362cd5212cfd4c811e1" diff --git a/pyproject.toml b/pyproject.toml index b57ce459..fb086836 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ flake8-absolute-import = "^1.0" darglint = "^1.5.8" types-tabulate = "^0.9.0" coverage = "^7.2.7" -pytest = "^7.4.3" +pytest = "^7.4.4" [tool.isort] # Make sure that isort's settings line up with black