diff options
| author | 2024-07-13 15:55:17 +0530 | |
|---|---|---|
| committer | 2024-07-13 15:55:17 +0530 | |
| commit | 43a8a2d07aeb8917d8a5aebab6a1851e9d827265 (patch) | |
| tree | 33e9f60839c95a3ca8aa2b1589447690ffd30657 /pyproject.toml | |
| parent | "Jump to message" changed and added handling for Reference deleted messages (diff) | |
| parent | Merge pull request #3074 from python-discord/faster-silence-tests (diff) | |
Merge branch 'main' into main
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 e7f2375d3..28acb98c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,23 +23,23 @@ lxml = "5.2.2" markdownify = "0.12.1" python-dateutil = "2.9.0.post0" python-frontmatter = "1.1.0" -rapidfuzz = "3.9.3" +rapidfuzz = "3.9.4" regex = "2024.5.15" -sentry-sdk = "2.6.0" +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.3" +coverage = "7.5.4" httpx = "0.27.0" pre-commit = "3.7.1" pip-licenses = "4.4.0" 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.10" +ruff = "0.5.1" taskipy = "1.13.0" |