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 Oct 9, 2024
1 parent 57506a9 commit cad0b72
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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 @@ -10,21 +10,21 @@ readme = "README.md"
start = "app.main:start"

[tool.poetry.dependencies]
python = "~3.12"
fastapi = "^0.111.0"
uvicorn = "~0.20.0"
python = "~3.12.7"
fastapi = "^0.115.0"
uvicorn = "~0.31.0"
pytest-mock = "^3.14.0"
uagents = "^0.11.1"
uagents = "^0.15.2"
mock = "^5.1.0"
requests-mock = "^1.12.1"
flake8 = "^7.0.0"
httpx = "^0.27.0"
flake8 = "^7.1.1"
httpx = "^0.27.2"
asgi-lifespan = "^2.1.0"
pytest-asyncio = "^0.23.6"
pytest-asyncio = "^0.24.0"


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

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

0 comments on commit cad0b72

Please sign in to comment.