From 38451cbe4dbf6aee41e2ec84291f68d652581c31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 23:02:13 +0000 Subject: [PATCH] Bump pytest from 8.2.1 to 8.3.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.3.3. - [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/8.2.1...8.3.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... 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 4891d2d..cdd6ca5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1737,13 +1737,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "8.2.1" +version = "8.3.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.2.1-py3-none-any.whl", hash = "sha256:faccc5d332b8c3719f40283d0d44aa5cf101cec36f88cde9ed8f2bc0538612b1"}, - {file = "pytest-8.2.1.tar.gz", hash = "sha256:5046e5b46d8e4cac199c373041f26be56fdb81eb4e67dc11d4e10811fc3408fd"}, + {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, + {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, ] [package.dependencies] @@ -1751,7 +1751,7 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.5,<2.0" +pluggy = ">=1.5,<2" tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] @@ -2729,4 +2729,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "3ecd23e723c2e6136e860f080d593fec7fd70118d923c6766ebe5fb27cc3d881" +content-hash = "badd896f13e1f4ace2548f5ad5f828adb9d27adc96a50185851ce142c7107db0" diff --git a/pyproject.toml b/pyproject.toml index 20af800..fc2aec6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ cosmicqc = "^0.0.11" [tool.poetry.group.dev.dependencies] # provides testing capabilities for project -pytest = "^8.2.0" +pytest = "^8.3.3" # used for report html export to image for tests html2image = "^2.0.5" # used for test data generation