diff options
| author | 2023-04-06 19:26:39 +0300 | |
|---|---|---|
| committer | 2023-04-06 19:26:39 +0300 | |
| commit | 53dc27dd70ecc54534f24d3e7dc3ceccffa6e156 (patch) | |
| tree | 28aa782d3c7e4ece9e5ec30a34fa537b116ab807 /pyproject.toml | |
| parent | Clarify comment (diff) | |
| parent | Bump rapidfuzz from 2.13.7 to 2.15.0 (#2507) (diff) | |
Merge branch 'main' into new-filters
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/pyproject.toml b/pyproject.toml index e5f522ee8..988cb7d18 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.13.7" +rapidfuzz = "2.15.0"  regex = "2023.3.23" -sentry-sdk = "1.18.0" +sentry-sdk = "1.19.1"  tldextract = "3.4.0"  pydantic = { version = "1.10.7", extras = ["dotenv"]} @@ -42,7 +42,7 @@ flake8-tidy-imports = "4.8.0"  flake8-todo = "0.7"  flake8-isort = "6.0.0"  pep8-naming = "0.13.3" -pre-commit = "3.2.1" +pre-commit = "3.2.2"  pip-licenses = "4.1.0"  pytest = "7.2.2"  pytest-cov = "4.0.0" | 
