diff --git a/Dockerfile b/Dockerfile index d0f3487..5d4e254 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim +FROM python:3.11-slim WORKDIR /app diff --git a/requirements-deploy.txt b/requirements-deploy.txt index 9f1ed7d..a99b55a 100644 --- a/requirements-deploy.txt +++ b/requirements-deploy.txt @@ -1,36 +1,36 @@ # -# This file is autogenerated by pip-compile with Python 3.10 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile requirements-deploy.in # -anyio==3.6.2 +anyio==4.0.0 # via watchfiles -certifi==2022.12.7 +certifi==2023.7.22 # via sentry-sdk -click==8.1.3 +click==8.1.7 # via uvicorn h11==0.14.0 # via uvicorn -httptools==0.5.0 +httptools==0.6.0 # via uvicorn idna==3.4 # via anyio python-dotenv==1.0.0 # via uvicorn -pyyaml==6.0 +pyyaml==6.0.1 # via uvicorn -sentry-sdk==1.20.0 +sentry-sdk==1.31.0 # via -r requirements-deploy.in sniffio==1.3.0 # via anyio -urllib3==1.26.15 +urllib3==2.0.4 # via sentry-sdk -uvicorn[standard]==0.21.1 +uvicorn[standard]==0.23.2 # via -r requirements-deploy.in uvloop==0.17.0 # via uvicorn -watchfiles==0.19.0 +watchfiles==0.20.0 # via uvicorn -websockets==11.0.2 +websockets==11.0.3 # via uvicorn diff --git a/requirements.txt b/requirements.txt index b57ec21..4e5d304 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,26 +1,26 @@ # -# This file is autogenerated by pip-compile with Python 3.10 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile # -aiofiles==23.1.0 +aiofiles==23.2.1 # via quart -aiohttp==3.8.4 +aiohttp==3.8.5 # via spoqify (setup.py) aiosignal==1.3.1 # via aiohttp -async-timeout==4.0.2 +async-timeout==4.0.3 # via aiohttp attrs==23.1.0 # via aiohttp blinker==1.5 # via quart -charset-normalizer==3.1.0 +charset-normalizer==3.2.0 # via aiohttp -click==8.1.3 +click==8.1.7 # via quart -frozenlist==1.3.3 +frozenlist==1.4.0 # via # aiohttp # aiosignal @@ -32,7 +32,7 @@ h2==4.1.0 # via hypercorn hpack==4.0.0 # via h2 -hypercorn==0.14.3 +hypercorn==0.14.4 # via quart hyperframe==6.0.1 # via h2 @@ -42,7 +42,7 @@ itsdangerous==2.1.2 # via quart jinja2==3.1.2 # via quart -markupsafe==2.1.2 +markupsafe==2.1.3 # via # jinja2 # quart @@ -59,11 +59,9 @@ quart==0.18.4 # spoqify (setup.py) quart-cors==0.6.0 # via spoqify (setup.py) -toml==0.10.2 - # via hypercorn -werkzeug==2.2.3 +werkzeug==2.3.7 # via quart wsproto==1.2.0 # via hypercorn -yarl==1.9.1 +yarl==1.9.2 # via aiohttp