From 0dd7906d9a00d2c09bc4219616cbdf777f9befbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:37:11 +0000 Subject: [PATCH] build(deps): bump pytest from 9.0.3 to 9.1.1 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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index baa045b..4923c7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "slack-bolt==1.29.0", - "pytest==9.0.3", + "pytest==9.1.1", "ruff==0.15.20", "slack-cli-hooks<1", ] diff --git a/requirements.txt b/requirements.txt index 4808ced..d4739bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ slack-bolt==1.29.0 -pytest==9.0.3 +pytest==9.1.1 ruff==0.15.20 slack-cli-hooks<1 \ No newline at end of file