aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml34
1 files changed, 17 insertions, 17 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 87a5eac6c..68be22e7b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,39 +9,39 @@ license = "MIT"
python = "3.11.*"
# See https://bot-core.pythondiscord.com/ for docs.
-pydis_core = { version = "10.4.0", extras = ["async-rediscache"] }
+pydis_core = { version = "10.5.1", extras = ["async-rediscache"] }
-aiohttp = "3.8.6"
+aiohttp = "3.9.1"
arrow = "1.3.0"
beautifulsoup4 = "4.12.2"
colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" }
coloredlogs = "15.0.1"
deepdiff = "6.7.1"
-emoji = "2.8.0"
-feedparser = "6.0.10"
-lxml = "4.9.3"
+emoji = "2.9.0"
+feedparser = "6.0.11"
+lxml = "4.9.4"
markdownify = "0.11.6"
more-itertools = "10.1.0"
python-dateutil = "2.8.2"
python-frontmatter = "1.0.1"
-rapidfuzz = "3.5.2"
-regex = "2023.10.3"
-sentry-sdk = "1.35.0"
-tldextract = "5.1.0"
-pydantic = "2.0.3"
-pydantic-settings = "2.0.3"
+rapidfuzz = "3.6.1"
+regex = "2023.12.25"
+sentry-sdk = "1.39.1"
+tldextract = "5.1.1"
+pydantic = "2.5.2"
+pydantic-settings = "2.1.0"
[tool.poetry.dev-dependencies]
-coverage = "7.3.2"
-httpx = "0.25.1"
-pre-commit = "3.5.0"
+coverage = "7.4.0"
+httpx = "0.26.0"
+pre-commit = "3.6.0"
pip-licenses = "4.3.3"
pytest = "7.4.3"
pytest-cov = "4.1.0"
pytest-subtests = "0.11.0"
-pytest-xdist = "3.4.0"
-ruff = "0.1.5"
-taskipy = "1.12.0"
+pytest-xdist = "3.5.0"
+ruff = "0.1.7"
+taskipy = "1.12.2"
[build-system]