Skip to content

Commit

Permalink
Merge pull request #3 from KnpLabs/chore/re-upgrade-boto3
Browse files Browse the repository at this point in the history
chore: Re-upgrade boto3
  • Loading branch information
Swanoo authored Aug 20, 2024
2 parents a86807c + da68f3d commit 9394915
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pytest-cov = "==5.0.0"

[packages]
kitipy = {path = ".", editable = true}
boto3-stubs = {extras = ["cloudfront", "ecr", "ecs", "secretsmanager"], version = "==1.34.1"}
boto3-stubs = {extras = ["cloudfront", "ecr", "ecs", "secretsmanager"], version = "==1.35.1"}

[requires]
python_version = "3.12.4"
52 changes: 26 additions & 26 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions kitipy.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Metadata-Version: 2.1
Name: kitipy
Version: 0.3
Version: 0.4
Summary: KNP task runner to automate and ease dev and ops workflows
License: MIT
Requires-Dist: boto3-stubs[ecr]==1.34.1
Requires-Dist: boto3-stubs[ecs]==1.34.1
Requires-Dist: boto3-stubs[secretsmanager]==1.34.1
Requires-Dist: boto3==1.34.1
Requires-Dist: boto3-stubs[ecr]==1.35.1
Requires-Dist: boto3-stubs[ecs]==1.35.1
Requires-Dist: boto3-stubs[secretsmanager]==1.35.1
Requires-Dist: boto3==1.35.1
Requires-Dist: click==7.1.2
Requires-Dist: Jinja2==3.1.4
Requires-Dist: paramiko==3.4.1
Expand Down
8 changes: 4 additions & 4 deletions kitipy.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
boto3-stubs[ecr]==1.34.1
boto3-stubs[ecs]==1.34.1
boto3-stubs[secretsmanager]==1.34.1
boto3==1.34.1
boto3-stubs[ecr]==1.35.1
boto3-stubs[ecs]==1.35.1
boto3-stubs[secretsmanager]==1.35.1
boto3==1.35.1
click==7.1.2
Jinja2==3.1.4
paramiko==3.4.1
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

setuptools.setup(
name="kitipy",
version="0.3",
version="0.4",
description="KNP task runner to automate and ease dev and ops workflows",
license="MIT",
packages=setuptools.find_packages(),
install_requires=[
"boto3-stubs[ecr]==1.34.1",
"boto3-stubs[ecs]==1.34.1",
"boto3-stubs[secretsmanager]==1.34.1",
"boto3==1.34.1",
"boto3-stubs[ecr]==1.35.1",
"boto3-stubs[ecs]==1.35.1",
"boto3-stubs[secretsmanager]==1.35.1",
"boto3==1.35.1",
"click==7.1.2",
"Jinja2==3.1.4",
"paramiko==3.4.1",
Expand Down

0 comments on commit 9394915

Please sign in to comment.