update dependencies

This commit is contained in:
JelNiSlaw 2023-06-19 13:09:19 +02:00
parent 333a3d4a62
commit f963e701ab
No known key found for this signature in database
GPG key ID: EA41571A0A88E97E
3 changed files with 581 additions and 519 deletions

View file

@ -1,10 +1,10 @@
FROM python:3.11-alpine
ENV POETRY_VERSION=1.2.0
ENV POETRY_VERSION=1.5.1
ENV PYTHONUNBUFFERED=1
RUN apk add gcc libressl-dev libffi-dev python3-dev musl-dev
RUN pip install "poetry==$POETRY_VERSION"
RUN pip install "poetry~=$POETRY_VERSION"
WORKDIR /app
COPY poetry.lock pyproject.toml /app/

1086
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -8,15 +8,15 @@ packages = [{ include = "wulkabot" }]
[tool.poetry.dependencies]
python = "^3.11"
"discord.py" = "^2.1"
"discord.py" = "^2.3"
aiohttp = "^3.8"
python-dotenv = "^0.21"
python-dotenv = "^1.0"
[tool.poetry.dev-dependencies]
black = "^22.10"
isort = "^5.10"
black = "^23.3"
isort = "^5.12"
pyright = "^1.1"
pytest = "^7.2"
pytest = "^7.3"
[tool.black]
verbose = true