From 0762fd0ef8ea0a1c81735744ccd598ae2ce02ea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 20:20:07 +0000 Subject: [PATCH] Bump the group group across 1 directory with 7 updates Bumps the group group with 7 updates in the /python directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/tiangolo/fastapi) | `0.110.2` | `0.111.0` | | [lxml](https://github.com/lxml/lxml) | `5.2.1` | `5.2.2` | | [torch](https://github.com/pytorch/pytorch) | `2.2.2` | `2.3.0` | | [torchvision](https://github.com/pytorch/vision) | `0.17.2` | `0.18.0` | | [uvicorn](https://github.com/encode/uvicorn) | `0.29.0` | `0.30.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.5.0` | `7.5.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.4.2` | `0.4.7` | Updates `fastapi` from 0.110.2 to 0.111.0 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.110.2...0.111.0) Updates `lxml` from 5.2.1 to 5.2.2 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-5.2.1...lxml-5.2.2) Updates `torch` from 2.2.2 to 2.3.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.2.2...v2.3.0) Updates `torchvision` from 0.17.2 to 0.18.0 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.17.2...v0.18.0) Updates `uvicorn` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.29.0...0.30.0) Updates `coverage` from 7.5.0 to 7.5.3 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.5.0...7.5.3) Updates `ruff` from 0.4.2 to 0.4.7 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.4.2...v0.4.7) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: group - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: group - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor dependency-group: group - dependency-name: torchvision dependency-type: direct:production update-type: version-update:semver-minor dependency-group: group - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: group - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: group - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: group ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 1f58f91..366700d 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,30 +1,30 @@ [project] dependencies = [ "aiofiles==23.2.1", - "fastapi==0.110.2", + "fastapi==0.111.0", "fire==0.6.0", "keras-ocr==0.9.3", "litemedsam@https://api.github.com/repos/bowang-lab/MedSAM/tarball/9df02bf96f77f47d998b5ebc1c152d543b769ca3", - "lxml==5.2.1", + "lxml==5.2.2", "pydicom==2.4.4", "pylibjpeg-libjpeg==2.1.0", "pylibjpeg==2.0.0", "python-multipart==0.0.9", "segment-anything@https://api.github.com/repos/facebookresearch/segment-anything/tarball/6fdee8f2727f4506cfbbe553e23b895e27956588", "tensorflow==2.16.1", - "torch==2.2.2", - "torchvision==0.17.2", - "uvicorn==0.29.0" + "torch==2.3.0", + "torchvision==0.18.0", + "uvicorn==0.30.0" ] name = "meddisc" version = "0.0.0" [project.optional-dependencies] dev = [ - "coverage==7.5.0", + "coverage==7.5.3", "djlint==1.34.1", "mypy==1.10.0", - "ruff==0.4.2", + "ruff==0.4.7", "ssort==0.13.0", "toml-sort==0.23.1" ]