diff options
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 28acb98c4..47f0b17c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,26 +20,26 @@ deepdiff = "7.0.1" emoji = "2.12.1" feedparser = "6.0.11" lxml = "5.2.2" -markdownify = "0.12.1" +markdownify = "0.13.1" python-dateutil = "2.9.0.post0" python-frontmatter = "1.1.0" rapidfuzz = "3.9.4" regex = "2024.5.15" -sentry-sdk = "2.7.1" +sentry-sdk = "2.10.0" tldextract = "5.1.2" pydantic = "2.6.4" pydantic-settings = "2.2.1" [tool.poetry.dev-dependencies] -coverage = "7.5.4" +coverage = "7.6.0" httpx = "0.27.0" pre-commit = "3.7.1" -pip-licenses = "4.4.0" +pip-licenses = "4.5.1" pytest = "8.2.2" pytest-cov = "5.0.0" pytest-subtests = "0.13.0" pytest-xdist = "3.6.1" -ruff = "0.5.1" +ruff = "0.5.2" taskipy = "1.13.0" |