diff options
author | 2024-07-08 23:07:18 +0200 | |
---|---|---|
committer | 2024-07-08 23:07:18 +0200 | |
commit | 5ddee16a9e07b8b8984d11955c6bed4bbf05ee2c (patch) | |
tree | 5a4f2e6db542b8284ae565ff0bf376e964053540 /pyproject.toml | |
parent | Selectively patch SilenceNotifier only where needed (diff) | |
parent | Bump pytest-subtests from 0.12.1 to 0.13.0 (#3114) (diff) |
Merge branch 'main' into faster-silence-tests
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/pyproject.toml b/pyproject.toml index 51d42f1a2..28acb98c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ 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.2.0", extras = ["all"] } aiohttp = "3.9.5" arrow = "1.3.0" @@ -21,27 +21,26 @@ emoji = "2.12.1" feedparser = "6.0.11" lxml = "5.2.2" markdownify = "0.12.1" -more-itertools = "10.2.0" python-dateutil = "2.9.0.post0" python-frontmatter = "1.1.0" -rapidfuzz = "3.9.1" +rapidfuzz = "3.9.4" regex = "2024.5.15" -sentry-sdk = "2.3.1" +sentry-sdk = "2.7.1" tldextract = "5.1.2" pydantic = "2.6.4" pydantic-settings = "2.2.1" [tool.poetry.dev-dependencies] -coverage = "7.5.1" +coverage = "7.5.4" httpx = "0.27.0" pre-commit = "3.7.1" pip-licenses = "4.4.0" -pytest = "8.2.1" +pytest = "8.2.2" pytest-cov = "5.0.0" -pytest-subtests = "0.12.1" +pytest-subtests = "0.13.0" pytest-xdist = "3.6.1" -ruff = "0.4.5" -taskipy = "1.12.2" +ruff = "0.5.1" +taskipy = "1.13.0" [build-system] |