Skip to content

Commit

Permalink
Update awscrt version to 0.20.11 (#3198)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt authored Jun 5, 2024
1 parent 9207a3f commit 29c5ad1
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-67374.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.20.11"
}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requires_dist =
urllib3>=1.25.4,!=2.2.0,<3; python_version>="3.10"

[options.extras_require]
crt = awscrt==0.20.9
crt = awscrt==0.20.11

[flake8]
ignore = E203,E226,E501,E731,W503,W504
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.20.9'],
'crt': ['awscrt==0.20.11'],
}

setup(
Expand Down

0 comments on commit 29c5ad1

Please sign in to comment.