aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml22
1 files changed, 11 insertions, 11 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d344c369..7147efe3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,31 +9,31 @@ license = "MIT"
python = "3.11.*"
# See https://bot-core.pythondiscord.com/ for docs.
-pydis_core = { version = "9.6.0", extras = ["async-rediscache"] }
+pydis_core = { version = "9.9.0", extras = ["async-rediscache"] }
aiodns = "3.0.0"
-rapidfuzz = "3.0.0"
+rapidfuzz = "3.1.1"
arrow = "1.2.3"
beautifulsoup4 = "4.12.2"
-pillow = "9.5.0"
-sentry-sdk = "1.23.1"
+pillow = "10.0.0"
+sentry-sdk = "1.28.0"
PyYAML = "6.0"
emojis = "0.7.0"
coloredlogs = "15.0.1"
colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" }
-lxml = "4.9.2"
-emoji = "2.2.0"
+lxml = "4.9.3"
+emoji = "2.6.0"
pyjokes = "0.6.0"
-pydantic = { version = "1.10.7", extras = ["dotenv"]}
+pydantic = { version = "1.10.9", extras = ["dotenv"]}
[tool.poetry.dev-dependencies]
isort = "5.12.0"
-pip-licenses = "4.3.1"
-pre-commit = "3.3.2"
+pip-licenses = "4.3.2"
+pre-commit = "3.3.3"
python-dotenv = "1.0.0"
-ruff = "0.0.269"
-taskipy = "1.10.4"
+ruff = "0.0.272"
+taskipy = "1.11.0"
[tool.taskipy.tasks]
start = "python -m bot"