Skip to content

Commit 325711c

Browse files
build(deps-dev): bump pytest from 8.3.5 to 8.4.0 (#1368)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.0. - [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.5...8.4.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81ec762 commit 325711c

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

poetry.lock

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ruff = "^0.11.11"
4545
pre-commit = "^4.2.0"
4646

4747
# tests
48-
pytest = "^8.3"
48+
pytest = "^8.4"
4949
pytest-xdist = "^3.7.0"
5050
nbconvert = "^7.16.6"
5151

@@ -79,7 +79,7 @@ jupyter = "^1.1.1"
7979

8080

8181
[tool.poetry.group.extras.dependencies]
82-
pytest = "^8.3.5"
82+
pytest = "^8.4.0"
8383
asyncio = "^3.4.3"
8484

8585
[tool.mypy]

0 commit comments

Comments
 (0)