From 9030b7cd650c285fa6800c37ffba881e1c4195fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 19:03:59 +0000 Subject: [PATCH] chore(deps): bump pytest from 9.0.3 to 9.1.1 in /autoTriage Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.3 to 9.1.1. - [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/9.0.3...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- autoTriage/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoTriage/requirements.txt b/autoTriage/requirements.txt index 8e88dc10..5a953433 100644 --- a/autoTriage/requirements.txt +++ b/autoTriage/requirements.txt @@ -42,5 +42,5 @@ PyYAML==6.0.3 aiohttp==3.14.1 # Testing -pytest==9.0.3 +pytest==9.1.1 pytest-asyncio==1.4.0