Skip to content

Commit da53a75

Browse files
authored
Merge pull request #890 from CitrineInformatics/maintain/boost-urllib3-version
Boost urllib3 version to address dependabot alert
2 parents 6f62660 + ce0bea8 commit da53a75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ sphinx-rtd-theme==1.0.0
88
boto3==1.17.93
99
botocore==1.20.95
1010
deprecation==2.1.0
11-
urllib3==1.26.5
11+
urllib3==1.26.18
1212
tqdm==4.62.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"boto3>=1.17.93,<2",
3030
"botocore>=1.20.95,<2",
3131
"deprecation>=2.1.0,<3",
32-
"urllib3>=1.26.5,<3",
32+
"urllib3>=1.26.18,<3",
3333
"tqdm>=4.62.3,<5"
3434
],
3535
extras_require={

src/citrine/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.37.0'
1+
__version__ = '2.37.1'

0 commit comments

Comments
 (0)