From cad0b7266d038a6a0eaf7d0e5a75689418415e86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:13:39 +0000 Subject: [PATCH] Update poetry - all minor and patch updates --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7fabcec..1d0b038 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nice-fetch-ai-adapter" -version = "0.1.1" +version = "0.1.2" description = "" authors = ["Helena Adamkova <58051865+Ellenn-A@users.noreply.github.com>"] license = "Apache2" @@ -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"]