From 64f6889c971601f89f38f1f2ef69a1548c54f7bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:54:37 +0000 Subject: [PATCH] build(deps): bump pytest from 8.3.3 to 8.3.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.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/8.3.3...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... 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 967a774..f5fa903 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ blspy==2.0.3 setuptools~=67.6.1 aiosqlite==0.20.0 aiohttp==3.10.11 -pytest==8.3.3 +pytest==8.3.4 PyYAML==6.0.1 PyMySQL==1.1.1 diff --git a/setup.py b/setup.py index 00c9c95..3f54f75 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def read(fname): "setuptools~=56.1.0", "aiosqlite==0.20.0", "aiohttp==3.10.11", - "pytest==8.3.3", + "pytest==8.3.4", "PyMySQL==1.1.1", ]