From 5da6052d2a6799eaaf4b349319845a7fa9e3844e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:41:25 +0000 Subject: [PATCH] Bump pytest from 6.0.1 to 9.0.3 in /capstone/feed-fetching Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.1 to 9.0.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/6.0.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- capstone/feed-fetching/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capstone/feed-fetching/requirements-dev.txt b/capstone/feed-fetching/requirements-dev.txt index 96580b5..d0b981f 100644 --- a/capstone/feed-fetching/requirements-dev.txt +++ b/capstone/feed-fetching/requirements-dev.txt @@ -9,7 +9,7 @@ packaging==20.4 pluggy==0.13.1 py==1.9.0 pyparsing==2.4.7 -pytest==6.0.1 +pytest==9.0.3 requests==2.24.0 six==1.15.0 toml==0.10.1