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 Jun 8, 2024
1 parent bdc5aa8 commit e898bb2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.30.1"
pytest-mock = "^3.14.0"
uagents = "^0.11.1"
uagents = "^0.12.2"
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.2"

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

0 comments on commit e898bb2

Please sign in to comment.