aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2024-07-19 11:31:21 +0300
committerGravatar GitHub <[email protected]>2024-07-19 11:31:21 +0300
commitef3a7387a0bd67aea66ec24a486ddb29422d6401 (patch)
tree223fdad12afb801bc6771e43c2e6c89bbd1bf784 /pyproject.toml
parentCopy watched_users into list to prevent modification while iterating (diff)
parentBump pytest-subtests from 0.13.0 to 0.13.1 (#3129) (diff)
Merge branch 'main' into fix-watchchannel-bugs
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml33
1 files changed, 16 insertions, 17 deletions
diff --git a/pyproject.toml b/pyproject.toml
index df0842124..f8a15c926 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,39 +9,38 @@ license = "MIT"
python = "3.12.*"
# See https://bot-core.pythondiscord.com/ for docs.
-pydis_core = { version = "11.1.0", extras = ["all"] }
+pydis_core = { version = "11.3.0", extras = ["all"] }
-aiohttp = "3.9.4"
+aiohttp = "3.9.5"
arrow = "1.3.0"
beautifulsoup4 = "4.12.3"
colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" }
coloredlogs = "15.0.1"
deepdiff = "7.0.1"
-emoji = "2.11.0"
+emoji = "2.12.1"
feedparser = "6.0.11"
-lxml = "5.2.1"
-markdownify = "0.12.1"
-more-itertools = "10.2.0"
+lxml = "5.2.2"
+markdownify = "0.13.1"
python-dateutil = "2.9.0.post0"
python-frontmatter = "1.1.0"
-rapidfuzz = "3.8.1"
-regex = "2023.12.25"
-sentry-sdk = "1.45.0"
+rapidfuzz = "3.9.4"
+regex = "2024.5.15"
+sentry-sdk = "2.10.0"
tldextract = "5.1.2"
pydantic = "2.6.4"
pydantic-settings = "2.2.1"
[tool.poetry.dev-dependencies]
-coverage = "7.4.4"
+coverage = "7.6.0"
httpx = "0.27.0"
-pre-commit = "3.7.0"
-pip-licenses = "4.4.0"
-pytest = "8.1.1"
+pre-commit = "3.7.1"
+pip-licenses = "4.5.1"
+pytest = "8.2.2"
pytest-cov = "5.0.0"
-pytest-subtests = "0.12.1"
-pytest-xdist = "3.5.0"
-ruff = "0.3.7"
-taskipy = "1.12.2"
+pytest-subtests = "0.13.1"
+pytest-xdist = "3.6.1"
+ruff = "0.5.2"
+taskipy = "1.13.0"
[build-system]