diff options
| author | 2024-05-07 00:21:25 +0100 | |
|---|---|---|
| committer | 2024-05-07 00:21:25 +0100 | |
| commit | 5290e4bfca7246181d2e35f2fd118bf777fb76fa (patch) | |
| tree | 6e91602364d87af05970cebd7d0566a024e4e0be /pyproject.toml | |
| parent | Update build-deploy.yaml (diff) | |
Bump all dependencies to latest
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 4fea822..732a8ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,18 +15,18 @@ python = "3.12.*" # See https://bot-core.pythondiscord.com/ for docs. pydis-core = "11.1.0" -pydantic = "2.6.4" +pydantic = "2.7.1" pydantic-settings = "2.2.1" loguru = "0.7.2" kubernetes_asyncio = "29.0.0" tabulate = { extras = ["widechars"], version = "0.9.0" } jishaku = "2.5.2" -sentry-sdk = "1.45.0" -humanize = "^4.9.0" +sentry-sdk = "2.1.1" +humanize = "4.9.0" [tool.poetry.dev-dependencies] pre-commit = "3.7.0" -ruff = "0.3.5" +ruff = "0.4.3" taskipy = "1.12.2" [tool.taskipy.tasks] |