diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml index 829e1a0d9..b0012d4ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,9 +25,9 @@ more-itertools = "9.1.0" python-dateutil = "2.8.2" python-frontmatter = "1.0.0" pyyaml = "6.0" -rapidfuzz = "2.15.1" +rapidfuzz = "3.0.0" regex = "2023.3.23" -sentry-sdk = "1.19.1" +sentry-sdk = "1.20.0" tldextract = "3.4.0" pydantic = { version = "1.10.7", extras = ["dotenv"]} @@ -37,11 +37,11 @@ httpx = "0.24.0" isort = "5.12.0" pre-commit = "3.2.2" pip-licenses = "4.2.0" -pytest = "7.3.0" +pytest = "7.3.1" pytest-cov = "4.0.0" pytest-subtests = "0.10.0" pytest-xdist = "3.2.1" -ruff = "0.0.261" +ruff = "0.0.262" taskipy = "1.10.4" |