Skip to content

Commit

Permalink
Update poetry - all minor and patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 28, 2024
1 parent bdc5aa8 commit 747dabb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nice-fetch-ai-adapter"
version = "0.1.1"
version = "0.1.2"
description = ""
authors = ["Helena Adamkova <[email protected]>"]
license = "Apache2"
Expand All @@ -12,19 +12,19 @@ start = "app.main:start"
[tool.poetry.dependencies]
python = "~3.12"
fastapi = "^0.111.0"
uvicorn = "~0.20.0"
uvicorn = "~0.29.0"
pytest-mock = "^3.14.0"
uagents = "^0.11.1"
mock = "^5.1.0"
requests-mock = "^1.12.1"
flake8 = "^7.0.0"
httpx = "^0.27.0"
asgi-lifespan = "^2.1.0"
pytest-asyncio = "^0.23.6"
pytest-asyncio = "^0.23.7"


[tool.poetry.group.dev.dependencies]
pytest = "^8.2.0"
pytest = "^8.2.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 747dabb

Please sign in to comment.