From cfdbe0194ed5a1d915f24467b8fae7030cad1c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20DANGUY?= <91881914+Swanoo@users.noreply.github.com> Date: Mon, 10 Jun 2024 20:58:56 +0200 Subject: [PATCH] fix: Upgrade python --- Pipfile | 8 ++++---- setup.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",