We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f62660 + ce0bea8 commit da53a75Copy full SHA for da53a75
requirements.txt
@@ -8,5 +8,5 @@ sphinx-rtd-theme==1.0.0
8
boto3==1.17.93
9
botocore==1.20.95
10
deprecation==2.1.0
11
-urllib3==1.26.5
+urllib3==1.26.18
12
tqdm==4.62.3
setup.py
@@ -29,7 +29,7 @@
29
"boto3>=1.17.93,<2",
30
"botocore>=1.20.95,<2",
31
"deprecation>=2.1.0,<3",
32
- "urllib3>=1.26.5,<3",
+ "urllib3>=1.26.18,<3",
33
"tqdm>=4.62.3,<5"
34
],
35
extras_require={
src/citrine/__version__.py
@@ -1 +1 @@
1
-__version__ = '2.37.0'
+__version__ = '2.37.1'
0 commit comments