Update python version and fix aiohttp
divent / lint (push) Successful in 2m1s Details
divent / docker (push) Successful in 1m54s Details
divent / pypi (push) Has been skipped Details

This commit is contained in:
Michel Roux 2023-11-06 22:06:01 +01:00
parent a6025975a9
commit 14131d73ac
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.11.5 as build
FROM python:3.11.6 as build
WORKDIR /app
COPY . .

4
poetry.lock generated
View File

@ -1649,5 +1649,5 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8.1"
content-hash = "e4463ad986a3f8fafe36af53b741fe71dd1a78d65efb3e4240ac422688fca367"
python-versions = ">=3.8.1,<3.12"
content-hash = "30113574429e0ed0539ebe2850264eb819fb2a7af92310402c9eccbca33487ed"

View File

@ -12,7 +12,7 @@ repository = "https://git.crystalyx.net/Xefir/Divent"
divent = 'divent.bot:__main__'
[tool.poetry.dependencies]
python = "^3.8.1"
python = ">=3.8.1,<3.12"
disnake = "^2.9.1"
ics = "0.8.0.dev0"
python-dotenv = "^1.0.0"