From 46f54749cb509eec189b3589cc918ce5893af6ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:54:33 +0000 Subject: [PATCH] chore(deps): Bump pytest from 8.3.4 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 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/8.3.4...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3ab4644..99d4685 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,6 +3,6 @@ Flask-Testing==0.8.1 iniconfig==2.0.0 packaging==24.2 pluggy==1.5.0 -pytest==8.3.4 +pytest==9.0.3 pytest-cov==6.0.0 pytest-mock==3.14.0 diff --git a/requirements.txt b/requirements.txt index 8f31d02..8b39d9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ feedfinder2==0.0.4 feedparser==6.0.11 flask_login==0.6.3 flask_migrate==4.0.7 -pytest==8.3.4 +pytest==9.0.3 python_dateutil==2.9.0.post0 pytz==2025.1 Requests==2.32.4