Skip to content

Commit 5824dab

Browse files
dependabot: bump pytest from 8.3.4 to 9.1.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 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](pytest-dev/pytest@8.3.4...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] <support@github.com>
1 parent ac570c8 commit 5824dab

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
@@ -31,7 +31,7 @@ dependencies = [
3131

3232
[project.optional-dependencies]
3333
dev = [
34-
"pytest==8.3.5",
34+
"pytest==9.1.1",
3535
"flake8==7.3.0",
3636
"black==26.3.1",
3737
"isort==5.13.2",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rich==15.0.0
66
tiktoken==0.13.0
77
PyYAML==6.0.3
88
gitpython==3.1.50
9-
pytest==8.3.4
9+
pytest==9.1.1
1010
textual>=7.5.0
1111
networkx==3.6.1
1212
transitions==0.9.3

0 commit comments

Comments
 (0)