Skip to content

Commit be6ac23

Browse files
build(deps): bump pytest from 9.0.2 to 9.0.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 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](pytest-dev/pytest@9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1bb5a13 commit be6ac23

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.11"
1111
dependencies = [
1212
"slack-bolt==1.27.0",
13-
"pytest==9.0.2",
13+
"pytest==9.0.3",
1414
"ruff==0.15.8",
1515
"slack-cli-hooks<1",
1616
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
slack-bolt==1.27.0
2-
pytest==9.0.2
2+
pytest==9.0.3
33
ruff==0.15.8
44
slack-cli-hooks<1

0 commit comments

Comments
 (0)