Skip to content

Commit

Permalink
Update awcrt version to 0.20.9 (#3156)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt authored Apr 15, 2024
1 parent 4b8872a commit 1efa4f0
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-87258.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.9"
}
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.19.19
crt = awscrt==0.20.9

[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.19.19'],
'crt': ['awscrt==0.20.9'],
}

setup(
Expand Down

0 comments on commit 1efa4f0

Please sign in to comment.