From 247d1d6484a75ea98f4da34927783e17406f4981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:06:31 +0000 Subject: [PATCH] build(deps-dev): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [fastapi](https://github.com/tiangolo/fastapi) and [pyright](https://github.com/RobertCraigie/pyright-python). Updates `fastapi` from 0.103.2 to 0.104.0 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.103.2...0.104.0) Updates `pyright` from 1.1.331 to 1.1.332 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.331...v1.1.332) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++--------- pyproject.toml | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6bb30b7..f0861ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -272,20 +272,20 @@ graph = ["objgraph (>=1.7.2)"] [[package]] name = "fastapi" -version = "0.103.2" +version = "0.104.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "fastapi-0.103.2-py3-none-any.whl", hash = "sha256:3270de872f0fe9ec809d4bd3d4d890c6d5cc7b9611d721d6438f9dacc8c4ef2e"}, - {file = "fastapi-0.103.2.tar.gz", hash = "sha256:75a11f6bfb8fc4d2bec0bd710c2d5f2829659c0e8c0afd5560fdda6ce25ec653"}, + {file = "fastapi-0.104.0-py3-none-any.whl", hash = "sha256:456482c1178fb7beb2814b88e1885bc49f9a81f079665016feffe3e1c6a7663e"}, + {file = "fastapi-0.104.0.tar.gz", hash = "sha256:9c44de45693ae037b0c6914727a29c49a40668432b67c859a87851fc6a7b74c6"}, ] [package.dependencies] anyio = ">=3.7.1,<4.0.0" pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0" starlette = ">=0.27.0,<0.28.0" -typing-extensions = ">=4.5.0" +typing-extensions = ">=4.8.0" [package.extras] all = ["email-validator (>=2.0.0)", "httpx (>=0.23.0)", "itsdangerous (>=1.1.0)", "jinja2 (>=2.11.2)", "orjson (>=3.2.1)", "pydantic-extra-types (>=2.0.0)", "pydantic-settings (>=2.0.0)", "python-multipart (>=0.0.5)", "pyyaml (>=5.3.1)", "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0)", "uvicorn[standard] (>=0.12.0)"] @@ -978,13 +978,13 @@ files = [ [[package]] name = "pyright" -version = "1.1.331" +version = "1.1.332" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.331-py3-none-any.whl", hash = "sha256:d200a01794e7f2a04d5042a6c3abee36ce92780287d3037edfc3604d45488f0e"}, - {file = "pyright-1.1.331.tar.gz", hash = "sha256:c3e7b86154cac86c3bd61ea0f963143d001c201e246825aaabdddfcce5d04293"}, + {file = "pyright-1.1.332-py3-none-any.whl", hash = "sha256:4802bdc603f165ccfb84338ef850e90181abbb621028b09b81ec8aa5e97dfae2"}, + {file = "pyright-1.1.332.tar.gz", hash = "sha256:a47f760c2f00aa9f593f78a7b22f98b22a9b9e1952d6a31dbed91842ca47b0b3"}, ] [package.dependencies] @@ -1452,4 +1452,4 @@ cuda = ["nvidia-cublas-cu11", "nvidia-cudnn-cu11"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e9160a857d8a37221bcbd4dc4b7b1735bca51546c5c4531269dd77f99ba2292c" +content-hash = "ebbd57dae8e5a5766029a2efeb2408c28082e5b68212d859dbbf193833d34633" diff --git a/pyproject.toml b/pyproject.toml index b9238ce..a308c96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,13 +35,13 @@ nvidia-cublas-cu11 = { version = "^11.11.3.6", optional = true } [tool.poetry.group.server.dependencies] supervisor = "^4.2.5" -fastapi = "^0.103.2" +fastapi = "^0.104.0" python-multipart = "^0.0.6" hypercorn = "^0.14.4" uvloop = "^0.18.0" [tool.poetry.group.dev.dependencies] -pyright = "^1.1.331" +pyright = "^1.1.332" pylint = "^3.0.1" pytest = "^7.4.2" ruff = "^0.1.0"