Skip to content

Commit 4e2bde0

Browse files
authored
Upgrade awscrt to 0.29.2 (#3608)
1 parent c57744c commit 4e2bde0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "enhancement",
3+
"category": "AWSCRT",
4+
"description": "Update awscrt version to 0.29.2"
5+
}

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ requires_dist =
99
urllib3>=1.25.4,!=2.2.0,<3; python_version>="3.10"
1010

1111
[options.extras_require]
12-
crt = awscrt==0.29.1
12+
crt = awscrt==0.29.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def find_version(*file_paths):
3333
]
3434

3535
extras_require = {
36-
'crt': ['awscrt==0.29.1'],
36+
'crt': ['awscrt==0.29.2'],
3737
}
3838

3939
setup(

0 commit comments

Comments
 (0)