diff options
author | 2024-07-05 14:42:30 +0100 | |
---|---|---|
committer | 2024-07-05 14:42:30 +0100 | |
commit | 5e6b5083f70a4a633bdceddce27c9eee8ea212b3 (patch) | |
tree | 14518b295d7bfe6eb3f3950c363d79c0d0357369 /pyproject.toml | |
parent | Disable packaging mode in pyproject.toml (diff) |
Bump dependencies to latest
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index d1c9148..36d9a31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,10 +12,10 @@ python = "3.12.*" # See https://bot-core.pythondiscord.com/ for docs. pydis-core = "11.2.0" -pydantic = "2.7.4" +pydantic = "2.8.2" pydantic-settings = "2.3.4" loguru = "0.7.2" -kubernetes_asyncio = "30.1.0" +kubernetes_asyncio = "30.1.1" tabulate = { extras = ["widechars"], version = "0.9.0" } jishaku = "2.5.2" sentry-sdk = "2.7.1" @@ -24,7 +24,7 @@ wand = "0.6.13" [tool.poetry.dev-dependencies] pre-commit = "3.7.1" -ruff = "0.5.0" +ruff = "0.5.1" taskipy = "1.13.0" [tool.taskipy.tasks] |