From 314dd87d1a3a64679f68eb6ed0fc774e5ad2c510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 01:08:40 +0000 Subject: [PATCH] build(deps): bump pytest from 8.4.2 to 9.0.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.2. - [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.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a18225..adc2f2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ slack-bolt==1.27.0 # If you use a different LLM vendor, replace this dependency openai==2.12.0 -pytest==8.4.2 +pytest==9.0.2 ruff==0.14.7 python-dotenv==1.2.1