diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9b47798..b415a5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "3.11.*" # See https://bot-core.pythondiscord.com/ for docs. pydis-core = "9.6.0" -pydantic = {extras = ["dotenv"], version = "1.10.8"} +pydantic = {extras = ["dotenv"], version = "1.10.9"} loguru = "0.7.0" kubernetes_asyncio = "24.2.3" tabulate = {extras = ["widechars"], version = "0.9.0"} |