Skip to content

Commit

Permalink
Update awcrt version to 0.21.5 (#3248)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt committed Sep 9, 2024
1 parent e428c4d commit 466315c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/enhancement-AWSCRT-51664.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "enhancement",
"category": "AWSCRT",
"description": "Update awscrt version to 0.21.5"
}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ requires_dist =
urllib3>=1.25.4,!=2.2.0,<3; python_version>="3.10"

[options.extras_require]
crt = awscrt==0.21.2
crt = awscrt==0.21.5
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def find_version(*file_paths):
]

extras_require = {
'crt': ['awscrt==0.21.2'],
'crt': ['awscrt==0.21.5'],
}

setup(
Expand Down

0 comments on commit 466315c

Please sign in to comment.