Skip to content

Commit c2b4ba9

Browse files
Update dependency pytest to v9
1 parent 57506a9 commit c2b4ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nice-fetch-ai-adapter"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = ""
55
authors = ["Helena Adamkova <[email protected]>"]
66
license = "Apache2"
@@ -24,7 +24,7 @@ pytest-asyncio = "^0.23.6"
2424

2525

2626
[tool.poetry.group.dev.dependencies]
27-
pytest = "^8.2.0"
27+
pytest = "^9.0.2"
2828

2929
[build-system]
3030
requires = ["poetry-core"]

0 commit comments

Comments
 (0)