From 7ac9a6d8c00b5b3959fd96b0b5d57f3d4b2ee941 Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Mon, 10 Jul 2023 15:12:51 -0500 Subject: [PATCH] updates --- LICENSE | 2 +- project/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 29e858b..29812bb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Michael Herman +Copyright (c) 2023 TestDriven.io Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/project/requirements.txt b/project/requirements.txt index 64fad5d..d7a998e 100644 --- a/project/requirements.txt +++ b/project/requirements.txt @@ -1,2 +1,2 @@ -fastapi==0.99.0 +fastapi==0.100.0 uvicorn==0.22.0