Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemaeyer committed Sep 13, 2023
1 parent 2911ac6 commit c93bbca
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim
FROM python:3.11-slim

WORKDIR /app

Expand Down
22 changes: 11 additions & 11 deletions requirements-deploy.txt
Original file line number Diff line number Diff line change
@@ -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
24 changes: 11 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit c93bbca

Please sign in to comment.