diff options
| author | 2024-02-08 09:51:04 +0000 | |
|---|---|---|
| committer | 2024-02-08 09:51:04 +0000 | |
| commit | f07edf3cb37a170751075403c3725015272753f9 (patch) | |
| tree | 33bde3ff0da2107af86eab04bffed09cdbced942 /pyproject.toml | |
| parent | Give feedback to invoker when devops rules are successfully re-fetched (diff) | |
Bump pydantic & ruff 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 697df7a..7b3b168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "3.11.*" # See https://bot-core.pythondiscord.com/ for docs. pydis-core = "10.7.0" -pydantic = "2.6.0" +pydantic = "2.6.1" pydantic-settings = "2.1.0" loguru = "0.7.2" kubernetes_asyncio = "29.0.0" @@ -20,7 +20,7 @@ jishaku = "2.5.2" [tool.poetry.dev-dependencies] pre-commit = "3.6.0" -ruff = "0.2.0" +ruff = "0.2.1" taskipy = "1.12.2" [tool.taskipy.tasks] |