diff options
| author | 2023-04-20 21:37:09 +0100 | |
|---|---|---|
| committer | 2023-04-20 21:37:09 +0100 | |
| commit | 1f72feb7a9e61f0dd22a0de42fb92b5017984794 (patch) | |
| tree | ec81a51b387d06d894a454fdf5b892fd9f11cfa3 /pyproject.toml | |
| parent | Don't collect coverage info by default when running tests (diff) | |
| parent | Merge pull request #2551 from python-discord/dependabot/pip/sentry-sdk-1.20.0 (diff) | |
Merge branch 'main' into dont-collect-coverage-on-test
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" | 
