diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/pyproject.toml b/pyproject.toml index edac48d0..fa521e57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,30 +9,29 @@ license = "MIT" python = "3.12.*" # See https://bot-core.pythondiscord.com/ for docs. -pydis_core = { version = "11.3.1", extras = ["all"] } +pydis_core = { version = "11.5.0", extras = ["all"] } -rapidfuzz = "3.9.6" arrow = "1.3.0" beautifulsoup4 = "4.12.3" -pillow = "10.4.0" -sentry-sdk = "2.13.0" -PyYAML = "6.0.2" -emojis = "0.7.0" -coloredlogs = "15.0.1" colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" } +coloredlogs = "15.0.1" +emoji = "2.14.0" +emojis = "0.7.0" lxml = "5.3.0" -emoji = "2.12.1" +pillow = "11.0.0" +pydantic = { version = "2.10.1", extras = ["dotenv"]} +pydantic-settings = "2.6.1" pyjokes = "0.8.3" -pydantic = { version = "2.6.4", extras = ["dotenv"]} -pydantic-settings = "2.2.1" - +PyYAML = "6.0.2" +rapidfuzz = "3.10.1" +sentry-sdk = "2.19.0" [tool.poetry.dev-dependencies] pip-licenses = "5.0.0" -pre-commit = "3.8.0" +pre-commit = "4.0.1" python-dotenv = "1.0.1" -ruff = "0.5.2" -taskipy = "1.13.0" +ruff = "0.8.0" +taskipy = "1.14.0" [tool.taskipy.tasks] start = "python -m bot" |