diff options
author | 2023-10-26 03:39:46 +0000 | |
---|---|---|
committer | 2023-10-26 03:39:46 +0000 | |
commit | 66c8414396b28a7cac8f05602ee7f2bc360e4f14 (patch) | |
tree | 63b72d755ced9ed59d6c8fb0eb53c9579beb35ab | |
parent | Bump deepdiff from 6.6.0 to 6.6.1 (#2790) (diff) |
Bump pytest from 7.4.2 to 7.4.3 (#2794)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 8715685e8..b4119535a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1552,13 +1552,13 @@ files = [ [[package]] name = "pytest" -version = "7.4.2" +version = "7.4.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.4.2-py3-none-any.whl", hash = "sha256:1d881c6124e08ff0a1bb75ba3ec0bfd8b5354a01c194ddd5a0a870a48d99b002"}, - {file = "pytest-7.4.2.tar.gz", hash = "sha256:a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069"}, + {file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, + {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, ] [package.dependencies] @@ -2356,4 +2356,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "6ee2ac126ccb3554faf8513dab582a2c0c69cd3c8db317faaa04d37f7f45d29b" +content-hash = "7b67a0a4ad7ba2350ce15adeeb8caf2da44b8fb7908d6ee60926ed0770298344" diff --git a/pyproject.toml b/pyproject.toml index e883deed6..e0ea6a61d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ coverage = "7.3.2" httpx = "0.25.0" pre-commit = "3.5.0" pip-licenses = "4.3.3" -pytest = "7.4.2" +pytest = "7.4.3" pytest-cov = "4.1.0" pytest-subtests = "0.11.0" pytest-xdist = "3.3.1" |