diff options
| author | 2023-05-15 15:35:34 +0100 | |
|---|---|---|
| committer | 2023-05-15 15:35:34 +0100 | |
| commit | 6156440b1fc9ecacbc3f6eb1f34dfceb688e6024 (patch) | |
| tree | 4fd13214b5efd2a5afe631fa117cc779baea94d4 /pyproject.toml | |
| parent | Merge branch 'main' into on-message-event-tag (diff) | |
| parent | Bump sentry-sdk from 1.22.0 to 1.22.2 (#2585) (diff) | |
Merge branch 'main' into on-message-event-tag
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pyproject.toml b/pyproject.toml index db21edd59..13eda5aed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "3.11.*" # See https://bot-core.pythondiscord.com/ for docs. -pydis_core = { version = "9.5.1", extras = ["async-rediscache"] } +pydis_core = { version = "9.6.0", extras = ["async-rediscache"] } aiohttp = "3.8.4" arrow = "1.2.3" @@ -26,8 +26,8 @@ python-dateutil = "2.8.2" python-frontmatter = "1.0.0" pyyaml = "6.0" rapidfuzz = "3.0.0" -regex = "2023.3.23" -sentry-sdk = "1.21.1" +regex = "2023.5.5" +sentry-sdk = "1.22.2" tldextract = "3.4.1" pydantic = { version = "1.10.7", extras = ["dotenv"]} @@ -35,13 +35,13 @@ pydantic = { version = "1.10.7", extras = ["dotenv"]} coverage = "7.2.5" httpx = "0.24.0" isort = "5.12.0" -pre-commit = "3.3.0" -pip-licenses = "4.3.0" +pre-commit = "3.3.1" +pip-licenses = "4.3.1" pytest = "7.3.1" pytest-cov = "4.0.0" pytest-subtests = "0.10.0" pytest-xdist = "3.2.1" -ruff = "0.0.263" +ruff = "0.0.264" taskipy = "1.10.4" |