diff options
-rw-r--r-- | pyproject.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml index 90919d0..1f91cf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,13 +9,13 @@ license = "MIT" python = "3.11.*" # See https://bot-core.pythondiscord.com/ for docs. -pydis-core = "^10.3.0" +pydis-core = "10.4.0" -pydantic-settings = "^2.0.3" -loguru = "^0.7.2" -kubernetes_asyncio = "^25.11.0" +pydantic-settings = "2.0.3" +loguru = "0.7.2" +kubernetes_asyncio = "25.11.0" tabulate = { extras = ["widechars"], version = "0.9.0" } -jishaku = "2.5.1" +jishaku = "2.5.2" [tool.poetry.dev-dependencies] taskipy = "1.12.0" |