v4: Personal calendar #168

Merged
Xefir merged 5 commits from v4 into master 2023-11-07 00:40:58 +00:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 14131d73ac - Show all commits

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"