Skip to content

Commit 7db1921

Browse files
Update poetry - all minor and patch updates
1 parent 57506a9 commit 7db1921

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 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 <58051865+Ellenn-A@users.noreply.github.com>"]
66
license = "Apache2"
@@ -10,21 +10,21 @@ readme = "README.md"
1010
start = "app.main:start"
1111

1212
[tool.poetry.dependencies]
13-
python = "~3.12"
14-
fastapi = "^0.111.0"
15-
uvicorn = "~0.20.0"
13+
python = "~3.13.1"
14+
fastapi = "^0.115.6"
15+
uvicorn = "~0.34.0"
1616
pytest-mock = "^3.14.0"
17-
uagents = "^0.11.1"
17+
uagents = "^0.18.1"
1818
mock = "^5.1.0"
1919
requests-mock = "^1.12.1"
20-
flake8 = "^7.0.0"
21-
httpx = "^0.27.0"
20+
flake8 = "^7.1.1"
21+
httpx = "^0.28.1"
2222
asgi-lifespan = "^2.1.0"
23-
pytest-asyncio = "^0.23.6"
23+
pytest-asyncio = "^0.25.0"
2424

2525

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

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

0 commit comments

Comments
 (0)