Skip to content

Commit a4eb5ad

Browse files
authored
Update awscrt to 0.32.2 (boto#3691)
1 parent 61b379e commit a4eb5ad

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.32.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.31.2
12+
crt = awscrt==0.32.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.31.2'],
36+
'crt': ['awscrt==0.32.2'],
3737
}
3838

3939
setup(

0 commit comments

Comments
 (0)