From eefd27eec1e1b92484a5dcbba3bca082aba531ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 12:30:45 +0100 Subject: [PATCH] build(deps-dev): bump pytest from 7.4.3 to 7.4.4 (#64) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 7.4.4. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.3...7.4.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index 68595b2..ae7831d 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ markdown = "==3.5.1" [dev-packages] pyhamcrest = "==2.1.0" -pytest = "==7.4.3" +pytest = "==7.4.4" [requires] python_version = "3.11" diff --git a/Pipfile.lock b/Pipfile.lock index 7f76924..5eb48c9 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "aef253d31c5af0eb954a6b4de38b829a2209f283f7ba393bdab874a41f2ffa41" + "sha256": "4e6e011543d06757f3ef512df4ad5d78dd47c4f3cde509909b398a6b267d080c" }, "pipfile-spec": 6, "requires": { @@ -119,12 +119,12 @@ }, "pytest": { "hashes": [ - "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac", - "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5" + "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280", + "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8" ], "index": "pypi", "markers": "python_version >= '3.7'", - "version": "==7.4.3" + "version": "==7.4.4" } } }