Skip to content

Commit 65e9065

Browse files
committed
v3.0.9
1 parent 3ea5665 commit 65e9065

5 files changed

Lines changed: 13 additions & 16 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,4 @@ jobs:
158158
uses: softprops/action-gh-release@v2
159159
with:
160160
name: Release ${{ github.ref_name }}
161-
body: |
162-
Automated release for version ${{ github.ref_name }}
163-
draft: false
164-
prerelease: false
161+
generate_release_notes: true

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ dependencies = [
3333
"alembic>=1.18.4",
3434
"beautifulsoup4>=4.14.3",
3535
"better-profanity>=0.7.0",
36-
"ddcdatabases[postgres]>=4.0.0",
36+
"ddcdatabases[postgres]>=4.0.1",
3737
"discord-py>=2.7.1",
3838
"gTTS>=2.5.4",
3939
"openai>=2.29.0",
4040
"PyNaCl>=1.6.2",
41-
"pythonLogs>=6.0.3",
41+
"pythonLogs>=7.0.0",
4242
"uuid-utils>=0.14.1",
4343
]
4444

src/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import traceback
77
from aiohttp import ClientSession
88
from ddcdatabases import PostgreSQL
9-
from pythonLogs import TimedRotatingLog
9+
from pythonlogs import TimedRotatingLog
1010
from src.bot.constants import messages, variables
1111
from src.bot.constants.settings import get_bot_settings
1212
from src.bot.discord_bot import Bot

src/bot/constants/variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
import tomllib
44
from pathlib import Path
5-
from pythonLogs import get_log_settings
5+
from pythonlogs import get_log_settings
66
from src.bot.constants.settings import get_bot_settings
77
from typing import Final
88

uv.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)