From 12695cb71a5e12bd50c5dc824e57b29cfcad0f6b Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Sat, 12 Oct 2024 15:25:01 +0300 Subject: [PATCH] feat(update deps): --- poetry.lock | 14 +++++++------- pyproject.toml | 5 ++--- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index aa87794..65f9b71 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1858,13 +1858,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.8.0" +version = "4.0.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.8.0-py2.py3-none-any.whl", hash = "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f"}, - {file = "pre_commit-3.8.0.tar.gz", hash = "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af"}, + {file = "pre_commit-4.0.1-py2.py3-none-any.whl", hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"}, + {file = "pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"}, ] [package.dependencies] @@ -2566,13 +2566,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.31.0" +version = "0.31.1" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.31.0-py3-none-any.whl", hash = "sha256:cac7be4dd4d891c363cd942160a7b02e69150dcbc7a36be04d5f4af4b17c8ced"}, - {file = "uvicorn-0.31.0.tar.gz", hash = "sha256:13bc21373d103859f68fe739608e2eb054a816dea79189bc3ca08ea89a275906"}, + {file = "uvicorn-0.31.1-py3-none-any.whl", hash = "sha256:adc42d9cac80cf3e51af97c1851648066841e7cfb6993a4ca8de29ac1548ed41"}, + {file = "uvicorn-0.31.1.tar.gz", hash = "sha256:f5167919867b161b7bcaf32646c6a94cdbd4c3aa2eb5c17d36bb9aa5cfd8c493"}, ] [package.dependencies] @@ -2840,4 +2840,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b1012a1ae4674fb78a8243cff274350a34abb86c3f48be826cbe5f993542daed" +content-hash = "c0adb2b3f9860ed344c56d3796b251cd6170b47737557958c619386268cc24a3" diff --git a/pyproject.toml b/pyproject.toml index 14ef435..ca49004 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ agentic_security = "agentic_security.__main__:entrypoint" [tool.poetry.dependencies] python = "^3.10" fastapi = "^0.115.0" -uvicorn = "^0.31.0" +uvicorn = "^0.31.1" fire = ">=0.5,<0.7" loguru = "^0.7.2" httpx = ">=0.25.1,<0.28.0" @@ -43,9 +43,8 @@ scikit-optimize = "^0.10.2" [tool.poetry.group.dev.dependencies] black = "^24.8.0" mypy = "^1.11.2" -httpx = ">=0.25.1,<0.28.0" pytest = "^8.3.3" -pre-commit = "^3.8.0" +pre-commit = "^4.0.1" inline-snapshot = "^0.13.3" langchain-groq = "^0.2.0" huggingface-hub = "^0.25.1"