Skip to content

Commit 0526ed1

Browse files
chore(deps)(deps-dev): bump the all-dependencies group with 2 updates (#19)
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) and [isort](https://github.com/PyCQA/isort) to permit the latest version. Updates `pytest` 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](pytest-dev/pytest@7.0.0...9.0.2) Updates `isort` to 7.0.0 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.12.0...7.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development dependency-group: all-dependencies - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:development dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent efd1abf commit 0526ed1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ full = [
124124
]
125125
dev = [
126126
# Testing
127-
"pytest>=7.0,<9.0",
127+
"pytest>=7.0,<10.0",
128128
"pytest-cov>=3.0,<8.0",
129129
"pytest-xdist>=3.0,<4.0",
130130
"hypothesis>=6.0,<7.0",
@@ -133,7 +133,7 @@ dev = [
133133
# Quality checks
134134
"ruff>=0.4,<1.0",
135135
"black>=23.0.0,<26.0",
136-
"isort>=5.12,<7.0",
136+
"isort>=5.12,<8.0",
137137
"mypy>=1.0,<2.0",
138138
"radon>=6.0,<7.0",
139139
"import-linter>=2.0,<3.0",

0 commit comments

Comments
 (0)