aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2024-03-26 16:20:12 +0200
committerGravatar GitHub <[email protected]>2024-03-26 16:20:12 +0200
commitb7980e30f380932155450893bd87705aea8eb848 (patch)
treefbd85c165b2e4098453c051a3cb20aa7df448ac9 /pyproject.toml
parentHandle errors when adding invite (diff)
parentAsk for confirmation when banning members with elevated roles (#2316) (diff)
Merge branch 'main' into phishing_button
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6bc742246..1b36005e5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,23 +24,23 @@ markdownify = "0.11.6"
more-itertools = "10.2.0"
python-dateutil = "2.9.0.post0"
python-frontmatter = "1.1.0"
-rapidfuzz = "3.6.1"
+rapidfuzz = "3.7.0"
regex = "2023.12.25"
-sentry-sdk = "1.42.0"
-tldextract = "5.1.1"
+sentry-sdk = "1.43.0"
+tldextract = "5.1.2"
pydantic = "2.5.2"
pydantic-settings = "2.2.1"
[tool.poetry.dev-dependencies]
-coverage = "7.4.3"
+coverage = "7.4.4"
httpx = "0.27.0"
-pre-commit = "3.6.2"
+pre-commit = "3.7.0"
pip-licenses = "4.3.4"
pytest = "8.1.1"
-pytest-cov = "4.1.0"
+pytest-cov = "5.0.0"
pytest-subtests = "0.12.1"
pytest-xdist = "3.5.0"
-ruff = "0.3.2"
+ruff = "0.3.4"
taskipy = "1.12.2"