From 1fbaa1e2b88076b7bd9f88505be4085125c08da7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:46:50 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.111.1 to 0.112.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.111.1 to 0.112.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.111.1...0.112.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 679ce73..75767fe 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -66,12 +66,12 @@ }, "fastapi": { "hashes": [ - "sha256:4f51cfa25d72f9fbc3280832e84b32494cf186f50158d364a8765aabf22587bf", - "sha256:ddd1ac34cb1f76c2e2d7f8545a4bcb5463bce4834e81abf0b189e0c359ab2413" + "sha256:3487ded9778006a45834b8c816ec4a48d522e2631ca9e75ec5a774f1b052f821", + "sha256:d262bc56b7d101d1f4e8fc0ad2ac75bb9935fec504d2b7117686cec50710cf05" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==0.111.1" + "version": "==0.112.0" }, "fastapi-cli": { "hashes": [ @@ -683,7 +683,7 @@ "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" ], - "markers": "python_version < '3.13'", + "markers": "python_version >= '3.8'", "version": "==4.12.2" }, "ujson": {