diff options
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" |