From 9876c5bccba0556cb9fe4c178b4d174edf61315a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 13:33:32 +0000 Subject: [PATCH] Bump fastapi from 0.73.0 to 0.74.0 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.73.0 to 0.74.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.73.0...0.74.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Pipfile b/Pipfile index 7a44bd78..82d579ab 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ name = "pypi" [packages] click = "==8.0.3" -fastapi = "~=0.73.0" +fastapi = "~=0.74.0" freezegun = "*" pydantic = "~=1.9.0" pytest = "==7.0.1" diff --git a/Pipfile.lock b/Pipfile.lock index 1c507d6a..9de13a74 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "911282c883035a8a0713d89c60483f951a771e142ad2124594a8561d45456cab" + "sha256": "9055838d25fb2f33ced543d9b103836479f7f589d6a4624e0cc6cb64d8e56b55" }, "pipfile-spec": 6, "requires": { @@ -66,11 +66,11 @@ }, "botocore": { "hashes": [ - "sha256:913542189e1df4487e354df942b9013ded7a5dc6c4e9f11af996a6c7d4aa6334", - "sha256:fbeb774c4542f4e85a3348c1e9928a31da4f9d743669686fbd5290bf94e8cc03" + "sha256:c017dd174285a07db4e1b844750c43550c1f51e8256e722f1e69030c4f6c78f1", + "sha256:d1547d0bd8428df2dc1ad95b227e271914bb01f8edbd16a45766465c2090bc9b" ], "markers": "python_version >= '3.6'", - "version": "==1.24.1" + "version": "==1.24.2" }, "click": { "hashes": [ @@ -82,11 +82,11 @@ }, "fastapi": { "hashes": [ - "sha256:dcfee92a7f9a72b5d4b7ca364bd2b009f8fc10d95ed5769be20e94f39f7e5a15", - "sha256:f0a618aff5f6942862f2d3f20f39b1c037e33314d1b8207fd1c3a2cca76dfd8c" + "sha256:5363a2cd983aa700e5a6c25d63d1b84aee0d4c94358247b4a1a947e39f654ffe", + "sha256:e21d7d0d587c8c2014e8ff61be2626f999cfb8c3cb42f034df9f8589bcb893e1" ], "index": "pypi", - "version": "==0.73.0" + "version": "==0.74.0" }, "freezegun": { "hashes": [ @@ -308,7 +308,7 @@ "sha256:000ca7f471a233c2251c6c7023ee85305721bfdf18621ebff4fd17a8653427ed", "sha256:0e7c33d9a63e7ddfcb86780aac87befc2fbddf46c58dbb487e0855f7ceec283c" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4.0'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'", "version": "==1.26.8" }, "uvicorn": {