diff options
| author | 2024-06-01 12:50:21 +0100 | |
|---|---|---|
| committer | 2024-06-01 12:50:21 +0100 | |
| commit | 6e9b2726767fc0f6329697fdccb6c33009054bdc (patch) | |
| tree | 01890a710d1ca3a07e305daa3f4e4d4839833b68 /pyproject.toml | |
| parent | Explicit member check to avoid webhook errors (diff) | |
Bump dependencies to latest
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 86f769c..c0c998b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "3.12.*" # See https://bot-core.pythondiscord.com/ for docs. pydis-core = "11.1.0" -pydantic = "2.7.1" +pydantic = "2.7.2" pydantic-settings = "2.2.1" loguru = "0.7.2" kubernetes_asyncio = "29.0.0" @@ -26,7 +26,7 @@ humanize = "4.9.0" [tool.poetry.dev-dependencies] pre-commit = "3.7.1" -ruff = "0.4.5" +ruff = "0.4.7" taskipy = "1.12.2" [tool.taskipy.tasks] |