From 78473618dfff16d7f319ee5da89aa3e536a787b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:47:42 +0000 Subject: [PATCH] build(deps): bump pytest from 8.4.2 to 9.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 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/8.4.2...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb1b8f0..1e01a69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest==8.4.2", + "pytest==9.1.1", "ruff==0.15.19", ] diff --git a/requirements.txt b/requirements.txt index d0ba342..087f989 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ slack-cli-hooks<1.0.0 # If you use a different LLM vendor, replace this dependency openai==2.43.0 -pytest==9.0.2 +pytest==9.1.1 ruff==0.15.19 python-dotenv==1.2.2 slack-cli-hooks<1.0.0