Skip to content

Commit e959d60

Browse files
committed
build:bump pytest
1 parent 6909d99 commit e959d60

2 files changed

Lines changed: 16 additions & 15 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ numpy = [ # copied from hpcflow, shouldn't really be needed?
1616
{version = "^1.26.4", python = "<3.13"},
1717
{version = "^2.2.4", python = ">=3.13"},
1818
]
19-
pytest = {version = "^7.2.0", optional = true}
19+
pytest = {version = "^9.0.2", optional = true}
2020
matplotlib = "^3.7"
2121
typing-extensions = "^4.12.2"
2222
skops = "^0.13.0"
@@ -25,7 +25,7 @@ hpcflow = "0.2.0a295"
2525
[tool.poetry.group.dev.dependencies]
2626
pylint = "^2.12.2"
2727
ipykernel = "^6.6.1"
28-
pytest = "^7.2.0"
28+
pytest = "^9.0.2"
2929
commitizen = "^2.20.3"
3030
pre-commit = "^2.16.0"
3131
black = "^22.3.0"
@@ -42,7 +42,7 @@ myst-nb = [
4242
]
4343

4444
[tool.poetry.group.test.dependencies]
45-
pytest = "^7.2.0"
45+
pytest = "^9.0.2"
4646
pexpect = "^4.8.0"
4747
papermill = "^2.5.0"
4848
ipykernel = "^6.25.1"

0 commit comments

Comments
 (0)