Skip to content

Commit e2cc46f

Browse files
committed
chore: Downgrade boto3
1 parent 3f58af3 commit e2cc46f

File tree

5 files changed

+41
-41
lines changed

5 files changed

+41
-41
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pytest-cov = "==5.0.0"
1111

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

1616
[requires]
1717
python_version = "3.12.4"

Pipfile.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kitipy.egg-info/PKG-INFO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Metadata-Version: 2.1
22
Name: kitipy
3-
Version: 0.2
3+
Version: 0.3
44
Summary: KNP task runner to automate and ease dev and ops workflows
55
License: MIT
6-
Requires-Dist: boto3-stubs[ecr]==1.35.1
7-
Requires-Dist: boto3-stubs[ecs]==1.35.1
8-
Requires-Dist: boto3-stubs[secretsmanager]==1.35.1
9-
Requires-Dist: boto3==1.35.1
6+
Requires-Dist: boto3-stubs[ecr]==1.34.1
7+
Requires-Dist: boto3-stubs[ecs]==1.34.1
8+
Requires-Dist: boto3-stubs[secretsmanager]==1.34.1
9+
Requires-Dist: boto3==1.34.1
1010
Requires-Dist: click==7.1.2
1111
Requires-Dist: Jinja2==3.1.4
1212
Requires-Dist: paramiko==3.4.1

kitipy.egg-info/requires.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
boto3-stubs[ecr]==1.35.1
2-
boto3-stubs[ecs]==1.35.1
3-
boto3-stubs[secretsmanager]==1.35.1
4-
boto3==1.35.1
1+
boto3-stubs[ecr]==1.34.1
2+
boto3-stubs[ecs]==1.34.1
3+
boto3-stubs[secretsmanager]==1.34.1
4+
boto3==1.34.1
55
click==7.1.2
66
Jinja2==3.1.4
77
paramiko==3.4.1

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
setuptools.setup(
44
name="kitipy",
5-
version="0.2",
5+
version="0.3",
66
description="KNP task runner to automate and ease dev and ops workflows",
77
license="MIT",
88
packages=setuptools.find_packages(),
99
install_requires=[
10-
"boto3-stubs[ecr]==1.35.1",
11-
"boto3-stubs[ecs]==1.35.1",
12-
"boto3-stubs[secretsmanager]==1.35.1",
13-
"boto3==1.35.1",
10+
"boto3-stubs[ecr]==1.34.1",
11+
"boto3-stubs[ecs]==1.34.1",
12+
"boto3-stubs[secretsmanager]==1.34.1",
13+
"boto3==1.34.1",
1414
"click==7.1.2",
1515
"Jinja2==3.1.4",
1616
"paramiko==3.4.1",

0 commit comments

Comments
 (0)