From 410a61ab2adae0dc4434974b63593ac4624d72c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 13:16:37 +0000 Subject: [PATCH] build(deps): bump pytest from 8.3.4 to 8.4.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.4.0. - [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.4...8.4.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index afb811ec..1e62cc0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ blspy==2.0.3 setuptools~=75.6.0 aiosqlite==0.20.0 aiohttp==3.10.11 -pytest==8.3.4 +pytest==8.4.0 PyYAML==6.0.2 PyMySQL==1.1.1 diff --git a/setup.py b/setup.py index d6555985..d511ae52 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def read(fname): "setuptools>=56.1,<75.7", "aiosqlite==0.20.0", "aiohttp==3.10.11", - "pytest==8.3.4", + "pytest==8.4.0", "PyMySQL==1.1.1", ]