From 9239f763111dc389850f8ebd8adf465529ded244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 15:13:55 +0000 Subject: [PATCH] chore(deps-dev): bump the python-development group with 1 update Bumps the python-development group with 1 update: [pytest](https://github.com/pytest-dev/pytest). Updates `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 dependency-group: python-development ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index d43d2649..44468cf8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "ansible" @@ -875,13 +875,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[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] @@ -1346,4 +1346,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "f22485e5ac332f1611f6cea18b114ffff63569d16610d95fe3fcae8657d652e6" +content-hash = "e337a464b32310db79f90301890edec36a2e24386a15c2c68eabe3e8b65d46b6" diff --git a/pyproject.toml b/pyproject.toml index cbf88a8d..bc40ea5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ ansible-lint = { version = "^6.22.1", markers = "platform_system != 'Windows'" } molecule = "^6.0.3" molecule-plugins = {extras = ["docker"], version = "^23.5.0"} pre-commit = "^3.6.0" -pytest = "^7.4.2" +pytest = "^7.4.4" [build-system] requires = ["poetry-core>=1.0.0"]