diff --git a/poetry.lock b/poetry.lock index c557de1e..060927fe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -719,13 +719,13 @@ trio = ["trio (>=0.22.0,<0.23.0)"] [[package]] name = "httpx" -version = "0.25.2" +version = "0.26.0" description = "The next generation HTTP client." optional = false python-versions = ">=3.8" files = [ - {file = "httpx-0.25.2-py3-none-any.whl", hash = "sha256:a05d3d052d9b2dfce0e3896636467f8a5342fb2b902c819428e1ac65413ca118"}, - {file = "httpx-0.25.2.tar.gz", hash = "sha256:8b8fcaa0c8ea7b05edd69a094e63a2094c4efcb48129fb757361bc423c0ad9e8"}, + {file = "httpx-0.26.0-py3-none-any.whl", hash = "sha256:8915f5a3627c4d47b73e8202457cb28f1266982d1159bd5779d86a80c0eab1cd"}, + {file = "httpx-0.26.0.tar.gz", hash = "sha256:451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf"}, ] [package.dependencies] @@ -2487,13 +2487,13 @@ dev = ["black", "pytest"] [[package]] name = "uvicorn" -version = "0.24.0.post1" +version = "0.25.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.24.0.post1-py3-none-any.whl", hash = "sha256:7c84fea70c619d4a710153482c0d230929af7bcf76c7bfa6de151f0a3a80121e"}, - {file = "uvicorn-0.24.0.post1.tar.gz", hash = "sha256:09c8e5a79dc466bdf28dead50093957db184de356fcdc48697bad3bde4c2588e"}, + {file = "uvicorn-0.25.0-py3-none-any.whl", hash = "sha256:ce107f5d9bd02b4636001a77a4e74aab5e1e2b146868ebbad565237145af444c"}, + {file = "uvicorn-0.25.0.tar.gz", hash = "sha256:6dddbad1d7ee0f5140aba5ec138ddc9612c5109399903828b4874c9937f009c2"}, ] [package.dependencies] @@ -2597,4 +2597,4 @@ sqlalchemy = ["SQLAlchemy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "73921986484fec239840fc5e7ce3309e49036b80b27e281e5f118c6da39531a1" +content-hash = "3dcace6b876be25cc4f81c371bec6a007f1173b74d887cdf05fb6f8ecf256a42" diff --git a/pyproject.toml b/pyproject.toml index 45bf230e..9aef8cd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ convention = "google" [tool.poetry] name = "fastapi-filter" -version = "1.0.0" +version = "1.1.0" description = "FastAPI filter" authors = ["Arthur Rio "] license = "MIT" @@ -103,7 +103,7 @@ bandit = "^1.7.5" black = "^23.1.0" flynt = "^1.0.0" greenlet = "^3.0.0" -httpx = "^0.25.0" +httpx = "^0.26.0" ipython = "^8.11.0" isort = "^5.12.0" mkdocs-material = "^9.1.2" @@ -121,7 +121,7 @@ tomli = "^2.0.1" types-click = "^7.1.8" types-setuptools = "^68.1.0.0" typing-extensions = "^4.5.0" -uvicorn = "^0.24.0" +uvicorn = "^0.25.0" pydantic = {extras = ["email"], version="^2.0.0"} [tool.poetry.extras]