Skip to content

Commit c194613

Browse files
authored
Merge pull request #113 from hubmapconsortium/shirey/increase-boto-version
Increase the allowable version for boto3
2 parents b2414b2 + e9f464d commit c194613

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ prov>=1.5.1
1818
requests>=2.22.0
1919
PyYAML>=5.3.1
2020

21-
boto3==1.24.47
21+
boto3>=1.24.47

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="hubmap-commons",
8-
version="2.1.9",
8+
version="2.1.10",
99
author="HuBMAP Consortium",
1010
author_email="api-developers@hubmapconsortium.org",
1111
description="The common utilities used by the HuMBAP web services",
@@ -32,7 +32,7 @@
3232
# for requests and PyYAML
3333
'requests>=2.22.0',
3434
'PyYAML>=5.3.1',
35-
'boto3==1.24.47'
35+
'boto3>=1.24.47'
3636
],
3737
classifiers=[
3838
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)