diff --git a/Pipfile b/Pipfile index 16541a9..af0cc9e 100644 --- a/Pipfile +++ b/Pipfile @@ -10,9 +10,9 @@ yapf = ">=0.28" pytest-cov = "*" [packages] -kitipy = {path = ".",editable = true} -container-transform = {editable = true,git = "https://github.com/akerouanton/container-transform.git",ref = "integration"} -boto3-stubs = {extras = ["cloudfront", "ecr", "ecs", "secretsmanager"],version = "==1.26.62"} +kitipy = {path = ".", editable = true} +container-transform = {editable = true, git = "https://github.com/Swanoo/container-transform.git", ref = "main"} +boto3-stubs = {extras = ["cloudfront", "ecr", "ecs", "secretsmanager"], version = "==1.26.62"} [requires] -python_version = "3.8" +python_version = "3.12.4" diff --git a/setup.py b/setup.py index 09a05da..fef1f47 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "boto3-stubs[ecr]==1.26.62", "boto3-stubs[ecs]==1.26.62", "boto3-stubs[secretsmanager]==1.26.62", - "boto3==1.23.7", + "boto3==1.26.62", "click==7.0.0", "Jinja2==2.7.0", "paramiko==2.6.0",