diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3efe78b36..d5fe8e399 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,16 +17,16 @@ beautifulsoup4 = "4.12.3" colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" } coloredlogs = "15.0.1" deepdiff = "7.0.1" -emoji = "2.11.1" +emoji = "2.12.1" feedparser = "6.0.11" -lxml = "5.2.1" +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.0" -regex = "2024.4.28" -sentry-sdk = "2.1.1" +rapidfuzz = "3.9.1" +regex = "2024.5.15" +sentry-sdk = "2.2.1" tldextract = "5.1.2" pydantic = "2.6.4" pydantic-settings = "2.2.1" @@ -34,13 +34,13 @@ pydantic-settings = "2.2.1" [tool.poetry.dev-dependencies] coverage = "7.5.1" httpx = "0.27.0" -pre-commit = "3.7.0" +pre-commit = "3.7.1" pip-licenses = "4.4.0" -pytest = "8.2.0" +pytest = "8.2.1" pytest-cov = "5.0.0" pytest-subtests = "0.12.1" pytest-xdist = "3.6.1" -ruff = "0.4.3" +ruff = "0.4.4" taskipy = "1.12.2" |