Skip to content

Commit

Permalink
Merge pull request #1 from Swanoo/fix/upgrade-python
Browse files Browse the repository at this point in the history
fix: Upgrade python
  • Loading branch information
Swanoo authored Jun 17, 2024
2 parents a431c61 + cfdbe01 commit 10d48a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 10d48a9

Please sign in to comment.