diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7f6a6af6..45bbdf23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,14 +9,13 @@ license = "MIT" python = "3.11.*" # See https://bot-core.pythondiscord.com/ for docs. -pydis_core = { version = "10.3.0", extras = ["async-rediscache"] } +pydis_core = { version = "10.4.0", extras = ["async-rediscache"] } -aiodns = "3.0.0" rapidfuzz = "3.5.2" arrow = "1.3.0" beautifulsoup4 = "4.12.2" pillow = "10.1.0" -sentry-sdk = "1.36.0" +sentry-sdk = "1.37.1" PyYAML = "6.0.1" emojis = "0.7.0" coloredlogs = "15.0.1" @@ -31,8 +30,8 @@ pydantic = { version = "1.10.9", extras = ["dotenv"]} pip-licenses = "4.3.3" pre-commit = "3.5.0" python-dotenv = "1.0.0" -ruff = "0.1.5" -taskipy = "1.12.0" +ruff = "0.1.6" +taskipy = "1.12.2" [tool.taskipy.tasks] start = "python -m bot" |