From e38efffdf4cca0268f933ea4dbb008ee081c3592 Mon Sep 17 00:00:00 2001 From: Salomon Popp Date: Tue, 27 Feb 2024 11:05:56 +0000 Subject: [PATCH] Use https instead of ssh --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index d2f5ce0..1629490 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1239,7 +1239,7 @@ testcontainers-core = "*" [package.source] type = "git" -url = "ssh://git@github.com/TheForgottened/testcontainers-python.git" +url = "https://github.com/TheForgottened/testcontainers-python" reference = "HEAD" resolved_reference = "cb74c2c8789bd9329c48bc105f0b63e40ae4e675" subdirectory = "keycloak" @@ -1389,4 +1389,4 @@ starlette-admin = ["starlette-admin"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "eba554c131282ffe0c18fd00745190a6b744f16cd46736efe8dbe6491671b053" +content-hash = "6519bfd554b662ee38528f03786bfc1424a65b5abe9ca9774ab6377f5223b96e" diff --git a/pyproject.toml b/pyproject.toml index da2a2be..f19d26b 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 = "ssh://git@github.com/TheForgottened/testcontainers-python.git", 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/TheForgottened/testcontainers-python/tree/cb74c2c8789bd9329c48bc105f0b63e40ae4e675/keycloak [build-system] requires = ["poetry-core"]