diff options
author | 2024-12-21 15:32:17 +0000 | |
---|---|---|
committer | 2024-12-21 15:32:17 +0000 | |
commit | 2457e197ce8093106a54fdd291a3835e8028cc37 (patch) | |
tree | d06d33d65b851e40268d162daf1781fa8aaa9628 /pyproject.toml | |
parent | Bump deps to latest (diff) |
Pin python-freeipa to 1.0.8
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 6689ba8..ffc3884 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ jishaku = "2.6.0" sentry-sdk = "2.19.2" humanize = "4.11.0" wand = "0.6.13" -python-freeipa = "^1.0.8" +python-freeipa = "1.0.8" # 1.0.9 adds gssapi which currently can't be built in our image python-keycloak = "5.1.1" [tool.poetry.dev-dependencies] |