|
@@ -1,4 +1,4 @@
|
|
|
-FROM python:3.9
|
|
|
+FROM python:3.10
|
|
|
|
|
|
LABEL maintainer="Kirk Trombley <ktrom3894@gmail.com>"
|
|
|
|
|
@@ -1,24 +1,30 @@
|
|
|
-aiohttp==3.7.4.post0
|
|
|
-async-timeout==3.0.1
|
|
|
-attrs==20.3.0
|
|
|
-certifi==2020.12.5
|
|
|
+aiohttp==3.8.1
|
|
|
+aiosignal==1.2.0
|
|
|
+anyio==3.5.0
|
|
|
+asgiref==3.5.0
|
|
|
+async-timeout==4.0.2
|
|
|
+attrs==21.4.0
|
|
|
+certifi==2021.10.8
|
|
|
chardet==4.0.0
|
|
|
-click==7.1.2
|
|
|
-fastapi==0.63.0
|
|
|
-fastapi-camelcase==1.0.2
|
|
|
-greenlet==1.0.0
|
|
|
-h11==0.12.0
|
|
|
-haversine==2.3.0
|
|
|
-httptools==0.1.1
|
|
|
-idna==2.10
|
|
|
-multidict==5.1.0
|
|
|
-pydantic==1.8.1
|
|
|
+charset-normalizer==2.0.12
|
|
|
+click==8.1.2
|
|
|
+fastapi==0.75.1
|
|
|
+fastapi-camelcase==1.0.5
|
|
|
+frozenlist==1.3.0
|
|
|
+greenlet==1.1.2
|
|
|
+h11==0.13.0
|
|
|
+haversine==2.5.1
|
|
|
+httptools==0.4.0
|
|
|
+idna==3.3
|
|
|
+multidict==6.0.2
|
|
|
+pydantic==1.9.0
|
|
|
pyhumps==1.6.1
|
|
|
-SQLAlchemy==1.4.7
|
|
|
-starlette==0.13.6
|
|
|
+sniffio==1.2.0
|
|
|
+SQLAlchemy==1.4.35
|
|
|
+starlette==0.17.1
|
|
|
typing-extensions==3.7.4.3
|
|
|
-urllib3==1.26.4
|
|
|
-uvicorn==0.13.4
|
|
|
-uvloop==0.15.2
|
|
|
-websockets==8.1
|
|
|
-yarl==1.6.3
|
|
|
+urllib3==1.26.9
|
|
|
+uvicorn==0.17.6
|
|
|
+uvloop==0.16.0
|
|
|
+websockets==10.2
|
|
|
+yarl==1.7.2
|