Skip to content

Commit 3ad2237

Browse files
authored
Update awscrt version to 0.36.0 (#3750)
1 parent 91a4146 commit 3ad2237

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

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.36.0"
5+
}

‎setup.cfg‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ requires_dist =
88
urllib3>=1.25.4,!=2.2.0,<3
99

1010
[options.extras_require]
11-
crt = awscrt==0.32.2
11+
crt = awscrt==0.36.0

‎setup.py‎

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

3131
extras_require = {
32-
'crt': ['awscrt==0.32.2'],
32+
'crt': ['awscrt==0.36.0'],
3333
}
3434

3535
setup(

0 commit comments

Comments
 (0)