Skip to content

Commit a2f3fde

Browse files
committed
bump dependencies
1 parent 82bb000 commit a2f3fde

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# python
22
.venv
3+
.mypy_cache
34

45
# env
56
env/discord-bot.env

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.8-slim-bookworm
1+
FROM python:3.11.13-slim-bookworm
22
ENV PYTHONUNBUFFERED 1
33
ENV PATH=/root/.local/bin:$PATH
44

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-r requirements.txt
2+
requirementscheck==0.1.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
discord.py==2.3.2
1+
discord.py==2.6.3

0 commit comments

Comments
 (0)