From 1484ab9d8c77e29d4533a9704caa629d435ea5b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 20:51:12 +0000 Subject: [PATCH 1/2] Bump pytest from 8.3.2 to 8.3.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 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.3.2...8.3.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7aaff27..53477b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ # Pre-commit 3.6.0 deprecated support for Python 3.8 "pre-commit == 3.5.0 ; python_version < '3.9'", "pre-commit == 3.8.0 ; python_version >= '3.9'", - "pytest == 8.3.2", + "pytest == 8.3.3", "setuptools_scm == 8.1.0", "tox == 4.18.1", ] From ab2569d6ac16d30ce7ecbc837c6c66dd2642a6b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 20:51:22 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/211.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/211.misc.rst diff --git a/changes/211.misc.rst b/changes/211.misc.rst new file mode 100644 index 0000000..2048dc0 --- /dev/null +++ b/changes/211.misc.rst @@ -0,0 +1 @@ +Updated pytest from 8.3.2 to 8.3.3.