diff options
| author | 2023-04-29 22:57:14 +0800 | |
|---|---|---|
| committer | 2023-04-29 22:57:14 +0800 | |
| commit | 9deff0fd130821eccfb483d0e61b3be68f544ab8 (patch) | |
| tree | 2a91fd73b46c9bb0039771cad4a68a491fd8e100 /pyproject.toml | |
| parent | Update on-message-event.md (diff) | |
| parent | Do not account for jump urls for voice channels (#2556) (diff) | |
Merge branch 'main' into on-message-event-tag
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 b0012d4ac..13b1b4754 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,21 +27,21 @@ python-frontmatter = "1.0.0" pyyaml = "6.0" rapidfuzz = "3.0.0" regex = "2023.3.23" -sentry-sdk = "1.20.0" -tldextract = "3.4.0" +sentry-sdk = "1.21.1" +tldextract = "3.4.1" pydantic = { version = "1.10.7", extras = ["dotenv"]} [tool.poetry.dev-dependencies] -coverage = "7.2.3" +coverage = "7.2.4" httpx = "0.24.0" isort = "5.12.0" pre-commit = "3.2.2" -pip-licenses = "4.2.0" +pip-licenses = "4.3.0" pytest = "7.3.1" pytest-cov = "4.0.0" pytest-subtests = "0.10.0" pytest-xdist = "3.2.1" -ruff = "0.0.262" +ruff = "0.0.263" taskipy = "1.10.4" |