diff --git a/README.md b/README.md index 36c2ffa..efe05fd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A sample project showing how to build a scalable, maintainable, modular FastAPI with a heavy emphasis on testing. -_This is an example project using the structure proposed in [this blog post](http://alanpryorjr.com/2019-05-20-flask-api-example/)._, but with FastApi instead of Flask. +_This is an example project using the structure proposed in [this blog post](https://apryor6.github.io/2019-05-20-flask-api-example/)._, but with FastApi instead of Flask. ## Running the app diff --git a/requirements.txt b/requirements.txt index e196401..a95e1d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ importlib-metadata==1.7.0 invoke==1.4.1 isort==4.3.21 itsdangerous==1.1.0 -Jinja2==2.11.2 +Jinja2==2.11.3 lazy-object-proxy==1.4.3 MarkupSafe==1.1.1 mccabe==0.6.1 @@ -24,8 +24,8 @@ mypy-extensions==0.4.3 packaging==20.4 pathspec==0.8.0 pluggy==0.13.1 -py==1.9.0 -pydantic==1.5.1 +py==1.10.0 +pydantic==1.6.2 pyhumps==1.3.1 pylint==2.5.3 pyparsing==2.4.7 @@ -39,8 +39,8 @@ starlette==0.13.4 toml==0.10.1 typed-ast==1.4.1 typing-extensions==3.7.4.2 -urllib3==1.25.9 -uvicorn==0.11.5 +urllib3==1.26.5 +uvicorn==0.11.7 uvloop==0.14.0 wcwidth==0.2.5 websockets==8.1