diff options
| author | 2024-06-27 20:30:04 +0100 | |
|---|---|---|
| committer | 2024-06-27 20:30:04 +0100 | |
| commit | b0c1a7419a6be0262b35f3d06fd8a3bd446da303 (patch) | |
| tree | ca4366dab76800bfb031f6443467562f1c1068ec /pyproject.toml | |
| parent | Merge pull request #222 from python-discord/devops-motivation (diff) | |
Bump dependencies to latest
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pyproject.toml b/pyproject.toml index 768f932..52a10c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,22 +13,22 @@ packages = [ python = "3.12.*" # See https://bot-core.pythondiscord.com/ for docs. -pydis-core = "11.1.0" +pydis-core = "11.2.0" -pydantic = "2.7.2" -pydantic-settings = "2.2.1" +pydantic = "2.7.4" +pydantic-settings = "2.3.4" loguru = "0.7.2" -kubernetes_asyncio = "29.0.0" +kubernetes_asyncio = "30.1.0" tabulate = { extras = ["widechars"], version = "0.9.0" } jishaku = "2.5.2" -sentry-sdk = "2.3.1" +sentry-sdk = "2.7.1" humanize = "4.9.0" wand = "0.6.13" [tool.poetry.dev-dependencies] pre-commit = "3.7.1" -ruff = "0.4.7" -taskipy = "1.12.2" +ruff = "0.5.0" +taskipy = "1.13.0" [tool.taskipy.tasks] start = "python -m arthur" |