diff options
| author | 2025-02-15 16:15:17 +0000 | |
|---|---|---|
| committer | 2025-02-15 16:15:17 +0000 | |
| commit | 900711f7390104f62e987b444bd476332ec9d111 (patch) | |
| tree | 8335d92a541b1ccf44349c91c88e2807dd8e7694 /pyproject.toml | |
| parent | Bump up to Python 3.13 (diff) | |
Bump deps to latest
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/pyproject.toml b/pyproject.toml index 99da88b..4c08860 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,22 +12,22 @@ python = "3.13.*" # See https://bot-core.pythondiscord.com/ for docs. pydis-core = "11.5.1" -beautifulsoup4 = "4.12.3" -pydantic = "2.10.4" -pydantic-settings = "2.7.0" +beautifulsoup4 = "4.13.3" +pydantic = "2.10.6" +pydantic-settings = "2.7.1" loguru = "0.7.3" kubernetes_asyncio = "32.0.0" tabulate = { extras = ["widechars"], version = "0.9.0" } jishaku = "2.6.0" -sentry-sdk = "2.19.2" -humanize = "4.11.0" +sentry-sdk = "2.21.0" +humanize = "4.12.0" wand = "0.6.13" python-freeipa = "1.0.8" # 1.0.9 adds gssapi which currently can't be built in our image -python-keycloak = "5.1.1" +python-keycloak = "5.3.1" [tool.poetry.dev-dependencies] -pre-commit = "4.0.1" -ruff = "0.8.4" +pre-commit = "4.1.0" +ruff = "0.9.6" taskipy = "1.14.1" [tool.poetry.group.ldap] |