Skip to content

Commit 2ecbe32

Browse files
committed
Bump Botocore version floor
1 parent 927fb5b commit 2ecbe32

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "enhancement",
3+
"category": "Dependencies",
4+
"description": "Update the floor version of botocore to 1.37.4 to match imports."
5+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "enhancement",
3+
"category": "Tasks",
4+
"description": "Pass Botocore context from parent to child threads."
5+
}

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.36.0,<2.0a.0
6+
botocore>=1.37.4,<2.0a.0
77

88
[options.extras_require]
9-
crt = botocore[crt]>=1.36.0,<2.0a0
9+
crt = botocore[crt]>=1.37.4,<2.0a0

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
requires = [
12-
'botocore>=1.36.0,<2.0a.0',
12+
'botocore>=1.37.4,<2.0a.0',
1313
]
1414

1515

@@ -30,7 +30,7 @@ def get_version():
3030
include_package_data=True,
3131
install_requires=requires,
3232
extras_require={
33-
'crt': 'botocore[crt]>=1.36.0,<2.0a.0',
33+
'crt': 'botocore[crt]>=1.37.4,<2.0a.0',
3434
},
3535
license="Apache License 2.0",
3636
python_requires=">= 3.8",

0 commit comments

Comments
 (0)