diff --git a/pyproject.toml b/pyproject.toml index f19d26b..8fc4ce7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pytest = "^8.0.1" pytest-mock = "^3.12.0" python-keycloak = "^3.9.0" testcontainers = "^3.7.1" -testcontainers-keycloak = { git = "https://github.com/TheForgottened/testcontainers-python", subdirectory = "keycloak" } # updated Keycloak container: https://github.com/TheForgottened/testcontainers-python/tree/cb74c2c8789bd9329c48bc105f0b63e40ae4e675/keycloak +testcontainers-keycloak = { git = "https://github.com/TheForgottened/testcontainers-python", subdirectory = "keycloak" } # updated Keycloak container: https://github.com/testcontainers/testcontainers-python/pull/369 [build-system] requires = ["poetry-core"]