diff options
author | 2024-07-08 17:36:27 -0500 | |
---|---|---|
committer | 2024-07-08 17:36:27 -0500 | |
commit | 9063b750ff2aace7cb12b264eb6f11edc68e1e7f (patch) | |
tree | bf2638231c923cc22e65c979479c11026e0b1518 /pyproject.toml | |
parent | Disable Poetry package mode (diff) | |
parent | Display word on hangman timeout (#1561) (diff) |
Merge branch 'main' into br/gh1560br/gh1560
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3af8cb0c..23edaf55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,13 +10,13 @@ package-mode = false python = "3.12.*" # See https://bot-core.pythondiscord.com/ for docs. -pydis_core = { version = "11.1.0", extras = ["all"] } +pydis_core = { version = "11.2.0", extras = ["all"] } -rapidfuzz = "3.9.3" +rapidfuzz = "3.9.4" arrow = "1.3.0" beautifulsoup4 = "4.12.3" -pillow = "10.3.0" -sentry-sdk = "2.6.0" +pillow = "10.4.0" +sentry-sdk = "2.7.1" PyYAML = "6.0.1" emojis = "0.7.0" coloredlogs = "15.0.1" @@ -32,7 +32,7 @@ pydantic-settings = "2.2.1" pip-licenses = "4.4.0" pre-commit = "3.7.1" python-dotenv = "1.0.1" -ruff = "0.4.10" +ruff = "0.5.0" taskipy = "1.13.0" [tool.taskipy.tasks] |